Class CfnControlPanel.Builder
java.lang.Object
software.amazon.awscdk.services.route53recoverycontrol.CfnControlPanel.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnControlPanel>
- Enclosing class:
CfnControlPanel
@Stability(Stable)
public static final class CfnControlPanel.Builder
extends Object
implements software.amazon.jsii.Builder<CfnControlPanel>
A fluent builder for
CfnControlPanel
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
clusterArn
(String clusterArn) The Amazon Resource Name (ARN) of the cluster for the control panel.static CfnControlPanel.Builder
The name of the control panel.The tags associated with the control panel.
-
Method Details
-
create
@Stability(Stable) public static CfnControlPanel.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnControlPanel.Builder
.
-
name
The name of the control panel.You can use any non-white space character in the name.
- Parameters:
name
- The name of the control panel. This parameter is required.- Returns:
this
- See Also:
-
clusterArn
The Amazon Resource Name (ARN) of the cluster for the control panel.- Parameters:
clusterArn
- The Amazon Resource Name (ARN) of the cluster for the control panel. This parameter is required.- Returns:
this
- See Also:
-
tags
The tags associated with the control panel.- Parameters:
tags
- The tags associated with the control panel. This parameter is required.- Returns:
this
- See Also:
-
build
- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnControlPanel>
- Returns:
- a newly built instance of
CfnControlPanel
.
-