@Stability(value=Stable) public static final class CfnCellProps.Builder extends Object implements software.amazon.jsii.Builder<CfnCellProps>
CfnCellProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnCellProps |
build()
Builds the configured instance.
|
CfnCellProps.Builder |
cellName(String cellName)
Sets the value of
CfnCellProps.getCellName() |
CfnCellProps.Builder |
cells(List<String> cells)
Sets the value of
CfnCellProps.getCells() |
CfnCellProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnCellProps.getTags() |
@Stability(value=Stable) public CfnCellProps.Builder cellName(String cellName)
CfnCellProps.getCellName()cellName - `AWS::Route53RecoveryReadiness::Cell.CellName`. This parameter is required.this@Stability(value=Stable) public CfnCellProps.Builder cells(List<String> cells)
CfnCellProps.getCells()cells - `AWS::Route53RecoveryReadiness::Cell.Cells`.this@Stability(value=Stable) public CfnCellProps.Builder tags(List<? extends CfnTag> tags)
CfnCellProps.getTags()tags - `AWS::Route53RecoveryReadiness::Cell.Tags`.this@Stability(value=Stable) public CfnCellProps build()
build in interface software.amazon.jsii.Builder<CfnCellProps>CfnCellPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.