Class CfnNamespace.Builder
java.lang.Object
software.amazon.awscdk.services.s3tables.CfnNamespace.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnNamespace>
- Enclosing class:
CfnNamespace
@Stability(Stable)
public static final class CfnNamespace.Builder
extends Object
implements software.amazon.jsii.Builder<CfnNamespace>
A fluent builder for
CfnNamespace.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static CfnNamespace.BuilderThe 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 CfnNamespace.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnNamespace.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<CfnNamespace>- Returns:
- a newly built instance of
CfnNamespace.
-