@Stability(value=Stable) public static final class CfnCluster.Builder extends Object implements software.amazon.jsii.Builder<CfnCluster>
CfnCluster.| Modifier and Type | Method and Description |
|---|---|
CfnCluster |
build() |
static CfnCluster.Builder |
create(Construct scope,
String id) |
CfnCluster.Builder |
name(String name)
Name of the cluster.
|
CfnCluster.Builder |
tags(List<? extends CfnTag> tags)
The value for a tag.
|
@Stability(value=Stable) public static CfnCluster.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.CfnCluster.ClusterEndpointProperty.Builder.@Stability(value=Stable) public CfnCluster.Builder name(String name)
You can use any non-white space character in the name.
name - Name of the cluster. This parameter is required.this@Stability(value=Stable) public CfnCluster.Builder tags(List<? extends CfnTag> tags)
tags - The value for a tag. This parameter is required.this@Stability(value=Stable) public CfnCluster build()
build in interface software.amazon.jsii.Builder<CfnCluster>Copyright © 2022. All rights reserved.