API Docs for: 2.2.2
Show:

FetchBucketTypeProps.Builder Class

A builder for constructing FetchBucketTypeProps instances

Rather than having to manually construct the options and instantiating a FetchBucketTypeProps directly, this builder may be used.

var fetch = new FetchBucketTypeProps.Builder()
    .withBucketType('my_type')
    .withCallback(myCallback)
    .build();

Constructor

FetchBucketTypeProps.Builder

()

Item Index

Methods

Methods

build

() FetchBucketTypeProps

Construct a FetchBucketTypeProps instance.