Class CfnCellPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.route53recoveryreadiness.mixins.CfnCellPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnCellPropsMixin>
- Enclosing class:
CfnCellPropsMixin
@Stability(Stable)
public static final class CfnCellPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnCellPropsMixin>
A fluent builder for
CfnCellPropsMixin.-
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 CfnCellPropsMixin.Buildercreate()static CfnCellPropsMixin.Buildercreate(CfnPropertyMixinOptions options) A collection of tags associated with a resource.
-
Method Details
-
create
- Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnCellPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnCellPropsMixin.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
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnCellPropsMixin>- Returns:
- a newly built instance of
CfnCellPropsMixin.
-