@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 - The name of the cell to create. This parameter is required.this@Stability(value=Stable) public CfnCellProps.Builder cells(List<String> cells)
CfnCellProps.getCells()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 .this@Stability(value=Stable) public CfnCellProps.Builder tags(List<? extends CfnTag> tags)
CfnCellProps.getTags()tags - A collection of tags associated with a resource.this@Stability(value=Stable) public CfnCellProps build()
build in interface software.amazon.jsii.Builder<CfnCellProps>CfnCellPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.