API Docs for: 2.2.2
Show:

StoreBucketTypeProps.Builder Class

Extends StorePropsBase.Builder
Module: KV

A builder for constructing StoreBucketTypeProps instances

Rather than having to manually construct the options and instantiating a StoreBucketTypeProps directly, this builder may be used.

var storeProps = new StoreBucketTypeProps.Builder()
             .withAllowMult(true)
             .build();

Constructor

StoreBucketTypeProps.Builder

()

Item Index

Methods

Methods

build

() StoreBucketTypeProps

Construct a StoreBucketTypeProps instance.