StoreBucketProps.Builder Class
A builder for constructing StoreBucketProps instances
Rather than having to manually construct the options and instantiating a StoreBucketProps directly, this builder may be used.
var storeProps = new StoreBucketProps.Builder()
             .withAllowMult(true)
             .build();
Constructor
StoreBucketProps.Builder
        ()
    
    Item Index
Methods
Methods
withBucket
        
            (
        chainable
    
    - 
                        
bucket 
Set the bucket.
Parameters:
- 
                        
bucketStringthe bucket in Riak
 
