Class BucketInfo.Autoclass.Builder (2.19.0)

public static final class BucketInfo.Autoclass.Builder

Inheritance

java.lang.Object > BucketInfo.Autoclass.Builder

Constructors

Builder()

public Builder()

Methods

build()

public BucketInfo.Autoclass build()
Returns
TypeDescription
BucketInfo.Autoclass

setEnabled(Boolean enabled)

public BucketInfo.Autoclass.Builder setEnabled(Boolean enabled)

Sets whether Autoclass is enabled for this bucket. Currently, autoclass can only be enabled at bucket create time. Any calls to update an existing Autoclass configuration must be to disable it, calls to enable Autoclass on an existing bucket will fail.

Parameter
NameDescription
enabledBoolean
Returns
TypeDescription
BucketInfo.Autoclass.Builder