FetchBucketProps.Builder Class
A builder for constructing FetchBucketProps instances
Rather than having to manually construct the options and instantiating a FetchBucketProps directly, this builder may be used.
var fetch = new FetchBucketProps.Builder()
    .withBucketType('my_type')
    .withBucket('myBucket')
    .withCallback(myCallback)
    .build();
Constructor
FetchBucketProps.Builder
        ()
    
    Item Index
Methods
Methods
withBucket
        
            (
        chainable
    
    - 
                        
bucket 
Set the bucket.
Parameters:
- 
                        
bucketStringthe bucket in Riak
 
