@Stability(value=Stable) public static final class CfnKeyspace.Builder extends Object implements software.amazon.jsii.Builder<CfnKeyspace>
CfnKeyspace.| Modifier and Type | Method and Description |
|---|---|
CfnKeyspace |
build() |
static CfnKeyspace.Builder |
create(software.constructs.Construct scope,
String id) |
CfnKeyspace.Builder |
keyspaceName(String keyspaceName)
The name of the keyspace to be created.
|
CfnKeyspace.Builder |
tags(List<? extends CfnTag> tags)
A list of key-value pair tags to be attached to the resource.
|
@Stability(value=Stable) public static CfnKeyspace.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnKeyspace.Builder.@Stability(value=Stable) public CfnKeyspace.Builder keyspaceName(String keyspaceName)
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}$
keyspaceName - The name of the keyspace to be created. This parameter is required.this@Stability(value=Stable) public CfnKeyspace.Builder tags(List<? extends CfnTag> tags)
tags - A list of key-value pair tags to be attached to the resource. This parameter is required.this@Stability(value=Stable) public CfnKeyspace build()
build in interface software.amazon.jsii.Builder<CfnKeyspace>Copyright © 2022. All rights reserved.