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