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();
