API Docs for: 2.2.2
Show:

StoreBucketProps.Builder Class

Extends StorePropsBase.Builder
Module: KV

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

build

() StoreBucketProps

Construct a StoreBucketProps instance.

Returns:

withBucket

(
  • bucket
)
chainable

Set the bucket.

Parameters:

  • bucket String

    the bucket in Riak