API Docs for: 2.2.2
Show:

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

build

() FetchBucketProps

Construct a FetchBucketProps instance.

Returns:

withBucket

(
  • bucket
)
chainable

Set the bucket.

Parameters:

  • bucket String

    the bucket in Riak