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