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.Builder
A collection of tags associated with a resource.
-
Method Details
-
create
- Parameters:
scope
-- scope in which this resource is defined.
id
-- scoped id of the resource.
- 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
-
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
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
-