Class CfnCellProps.Builder
java.lang.Object
software.amazon.awscdk.services.route53recoveryreadiness.CfnCellProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnCellProps>
- Enclosing interface:
- CfnCellProps
@Stability(Stable)
public static final class CfnCellProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnCellProps>
A builder for
CfnCellProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnCellProps.getCellName()Sets the value ofCfnCellProps.getCells()Sets the value ofCfnCellProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
cellName
Sets the value ofCfnCellProps.getCellName()- Parameters:
cellName- The name of the cell to create.- Returns:
this
-
cells
Sets the value ofCfnCellProps.getCells()- Parameters:
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 .- Returns:
this
-
tags
Sets the value ofCfnCellProps.getTags()- Parameters:
tags- A collection of tags associated with a resource.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnCellProps>- Returns:
- a new instance of
CfnCellProps - Throws:
NullPointerException- if any required attribute was not provided
-