@Stability(value=Stable) public static final class CfnKeyspaceProps.Builder extends Object implements software.amazon.jsii.Builder<CfnKeyspaceProps>
CfnKeyspaceProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnKeyspaceProps |
build()
Builds the configured instance.
|
CfnKeyspaceProps.Builder |
keyspaceName(String keyspaceName)
Sets the value of
CfnKeyspaceProps.getKeyspaceName() |
CfnKeyspaceProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnKeyspaceProps.getTags() |
@Stability(value=Stable) public CfnKeyspaceProps.Builder keyspaceName(String keyspaceName)
CfnKeyspaceProps.getKeyspaceName()keyspaceName - The name of the keyspace to be created.
The keyspace name is case sensitive. If you don't specify a name, AWS CloudFormation generates a unique ID and uses that ID for the keyspace name. For more information, see Name type .
Length constraints: Minimum length of 3. Maximum length of 255.
Pattern: ^[a-zA-Z0-9][a-zA-Z0-9_]{1,47}$
this@Stability(value=Stable) public CfnKeyspaceProps.Builder tags(List<? extends CfnTag> tags)
CfnKeyspaceProps.getTags()tags - A list of key-value pair tags to be attached to the resource.this@Stability(value=Stable) public CfnKeyspaceProps build()
build in interface software.amazon.jsii.Builder<CfnKeyspaceProps>CfnKeyspacePropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.