Class CfnControlPanelMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.route53recoverycontrol.CfnControlPanelMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnControlPanelMixinProps>
- Enclosing interface:
CfnControlPanelMixinProps
@Stability(Stable)
public static final class CfnControlPanelMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnControlPanelMixinProps>
A builder for
CfnControlPanelMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.clusterArn(String clusterArn) Sets the value ofCfnControlPanelMixinProps.getClusterArn()clusterArn(IClusterRef clusterArn) Sets the value ofCfnControlPanelMixinProps.getClusterArn()Sets the value ofCfnControlPanelMixinProps.getName()Sets the value ofCfnControlPanelMixinProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
clusterArn
Sets the value ofCfnControlPanelMixinProps.getClusterArn()- Parameters:
clusterArn- The Amazon Resource Name (ARN) of the cluster for the control panel.- Returns:
this
-
clusterArn
Sets the value ofCfnControlPanelMixinProps.getClusterArn()- Parameters:
clusterArn- The Amazon Resource Name (ARN) of the cluster for the control panel.- Returns:
this
-
name
Sets the value ofCfnControlPanelMixinProps.getName()- Parameters:
name- The name of the control panel. You can use any non-white space character in the name.- Returns:
this
-
tags
Sets the value ofCfnControlPanelMixinProps.getTags()- Parameters:
tags- The tags associated with the control panel.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnControlPanelMixinProps>- Returns:
- a new instance of
CfnControlPanelMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-