public static final class CfnCellProps.Builder
extends java.lang.Object
CfnCellProps
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnCellProps |
build()
Builds the configured instance.
|
CfnCellProps.Builder |
cellName(java.lang.String cellName)
Sets the value of
CfnCellProps.getCellName() |
CfnCellProps.Builder |
cells(java.util.List<java.lang.String> cells)
Sets the value of
CfnCellProps.getCells() |
CfnCellProps.Builder |
tags(java.util.List<? extends CfnTag> tags)
Sets the value of
CfnCellProps.getTags() |
public CfnCellProps.Builder cellName(java.lang.String cellName)
CfnCellProps.getCellName()
cellName
- The name of the cell to create. This parameter is required.this
public CfnCellProps.Builder cells(java.util.List<java.lang.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
public CfnCellProps.Builder tags(java.util.List<? extends CfnTag> tags)
CfnCellProps.getTags()
tags
- A collection of tags associated with a resource.this
public CfnCellProps build()
CfnCellProps
java.lang.NullPointerException
- if any required attribute was not provided