Class CfnNamespacePropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.s3tables.CfnNamespacePropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnNamespacePropsMixin>
- Enclosing class:
CfnNamespacePropsMixin
@Stability(Stable)
public static final class CfnNamespacePropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnNamespacePropsMixin>
A fluent builder for
CfnNamespacePropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) The name of the namespace.tableBucketArn(String tableBucketArn) The Amazon Resource Name (ARN) of the table bucket to create the namespace in.
-
Method Details
-
create
@Stability(Stable) public static CfnNamespacePropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnNamespacePropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnNamespacePropsMixin.Builder.
-
namespace
The name of the namespace.- Parameters:
namespace- The name of the namespace. This parameter is required.- Returns:
this- See Also:
-
tableBucketArn
The Amazon Resource Name (ARN) of the table bucket to create the namespace in.- Parameters:
tableBucketArn- The Amazon Resource Name (ARN) of the table bucket to create the namespace in. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnNamespacePropsMixin>- Returns:
- a newly built instance of
CfnNamespacePropsMixin.
-