Class CfnNamespaceMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.s3tables.CfnNamespaceMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnNamespaceMixinProps>
- Enclosing interface:
CfnNamespaceMixinProps
@Stability(Stable)
public static final class CfnNamespaceMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnNamespaceMixinProps>
A builder for
CfnNamespaceMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnNamespaceMixinProps.getNamespace()tableBucketArn(String tableBucketArn) Sets the value ofCfnNamespaceMixinProps.getTableBucketArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
namespace
Sets the value ofCfnNamespaceMixinProps.getNamespace()- Parameters:
namespace- The name of the namespace.- Returns:
this
-
tableBucketArn
Sets the value ofCfnNamespaceMixinProps.getTableBucketArn()- Parameters:
tableBucketArn- The Amazon Resource Name (ARN) of the table bucket to create the namespace in.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnNamespaceMixinProps>- Returns:
- a new instance of
CfnNamespaceMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-