@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(Construct scope,
String id) |
CfnKeyspace.Builder |
keyspaceName(String keyspaceName)
`AWS::Cassandra::Keyspace.KeyspaceName`.
|
@Stability(value=Stable) public static CfnKeyspace.Builder create(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)
keyspaceName - `AWS::Cassandra::Keyspace.KeyspaceName`. This parameter is required.thishttp://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-keyspace.html#cfn-cassandra-keyspace-keyspacename@Stability(value=Stable) public CfnKeyspace build()
build in interface software.amazon.jsii.Builder<CfnKeyspace>Copyright © 2020. All rights reserved.