Class CfnCell.Builder
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 Summary
Modifier and TypeMethodDescriptionbuild()The name of the cell to create.A list of cell Amazon Resource Names (ARNs) contained within this cell, for use in nested cells.static CfnCell.BuilderA collection of tags associated with a resource.
-
Method Details
-
create
@Stability(Stable) public static CfnCell.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnCell.Builder.
-
cellName
The name of the cell to create.- Parameters:
cellName- The name of the cell to create. This parameter is required.- Returns:
this- See Also:
-
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- See Also:
-
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- See Also:
-
build
-