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 value for a tag.
-
Method Details
-
create
- Parameters:
scope
-- scope in which this resource is defined.
id
-- scoped id of the resource.
- 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
-
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
-
tags
The value for a tag.- Parameters:
tags
- The value for a tag. This parameter is required.- Returns:
this
-
build
- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnControlPanel>
- Returns:
- a newly built instance of
CfnControlPanel
.
-