@Stability(value=Stable) public static final class CfnControlPanelProps.Builder extends Object implements software.amazon.jsii.Builder<CfnControlPanelProps>
CfnControlPanelProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnControlPanelProps |
build()
Builds the configured instance.
|
CfnControlPanelProps.Builder |
clusterArn(String clusterArn)
Sets the value of
CfnControlPanelProps.getClusterArn() |
CfnControlPanelProps.Builder |
name(String name)
Sets the value of
CfnControlPanelProps.getName() |
CfnControlPanelProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnControlPanelProps.getTags() |
@Stability(value=Stable) public CfnControlPanelProps.Builder name(String name)
CfnControlPanelProps.getName()name - The name of the control panel. This parameter is required.
You can use any non-white space character in the name.this@Stability(value=Stable) public CfnControlPanelProps.Builder clusterArn(String clusterArn)
CfnControlPanelProps.getClusterArn()clusterArn - The Amazon Resource Name (ARN) of the cluster for the control panel.this@Stability(value=Stable) public CfnControlPanelProps.Builder tags(List<? extends CfnTag> tags)
CfnControlPanelProps.getTags()tags - The value for a tag.this@Stability(value=Stable) public CfnControlPanelProps build()
build in interface software.amazon.jsii.Builder<CfnControlPanelProps>CfnControlPanelPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.