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 Details

    • create

      @Stability(Stable) public static CfnControlPanel.Builder create(Construct scope, String id)
      Parameters:
      scope -
      • scope in which this resource is defined.
      This parameter is required.
      id -
      • scoped id of the resource.
      This parameter is required.
      Returns:
      a new instance of CfnControlPanel.Builder.
    • name

      @Stability(Stable) public CfnControlPanel.Builder name(String 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

      @Stability(Stable) public CfnControlPanel.Builder clusterArn(String 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

      @Stability(Stable) public CfnControlPanel.Builder tags(List<? extends CfnTag> tags)
      The value for a tag.

      Parameters:
      tags - The value for a tag. This parameter is required.
      Returns:
      this
    • build

      @Stability(Stable) public CfnControlPanel build()
      Specified by:
      build in interface software.amazon.jsii.Builder<CfnControlPanel>
      Returns:
      a newly built instance of CfnControlPanel.