Class CfnControlPanelPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.route53recoverycontrol.CfnControlPanelPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnControlPanelPropsMixin>
- Enclosing class:
CfnControlPanelPropsMixin
@Stability(Stable)
public static final class CfnControlPanelPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnControlPanelPropsMixin>
A fluent builder for
CfnControlPanelPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()clusterArn(String clusterArn) The Amazon Resource Name (ARN) of the cluster for the control panel.clusterArn(IClusterRef clusterArn) The Amazon Resource Name (ARN) of the cluster for the control panel.create()create(CfnPropertyMixinOptions options) The name of the control panel.The tags associated with the control panel.
-
Method Details
-
create
@Stability(Stable) public static CfnControlPanelPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnControlPanelPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnControlPanelPropsMixin.Builder.
-
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:
-
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:
-
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:
-
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:
buildin interfacesoftware.amazon.jsii.Builder<CfnControlPanelPropsMixin>- Returns:
- a newly built instance of
CfnControlPanelPropsMixin.
-