java.lang.Object
software.amazon.awscdk.services.route53recoveryreadiness.CfnCell.Builder
All Implemented Interfaces:
software.amazon.jsii.Builder<CfnCell>
Enclosing class:
CfnCell

@Stability(Stable) public static final class CfnCell.Builder extends Object implements software.amazon.jsii.Builder<CfnCell>
A fluent builder for CfnCell.
  • Method Details

    • create

      @Stability(Stable) public static CfnCell.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 CfnCell.Builder.
    • cellName

      @Stability(Stable) public CfnCell.Builder cellName(String cellName)
      The name of the cell to create.

      Parameters:
      cellName - The name of the cell to create. This parameter is required.
      Returns:
      this
    • cells

      @Stability(Stable) public CfnCell.Builder cells(List<String> cells)
      A list of cell Amazon Resource Names (ARNs) contained within this cell, for use in nested cells.

      For example, Availability Zones within specific AWS Regions .

      Parameters:
      cells - A list of cell Amazon Resource Names (ARNs) contained within this cell, for use in nested cells. This parameter is required.
      Returns:
      this
    • tags

      @Stability(Stable) public CfnCell.Builder tags(List<? extends CfnTag> tags)
      A collection of tags associated with a resource.

      Parameters:
      tags - A collection of tags associated with a resource. This parameter is required.
      Returns:
      this
    • build

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