| Modifier and Type | Method and Description |
|---|---|
CfnCell |
build() |
CfnCell.Builder |
cellName(String cellName)
The name of the cell to create.
|
CfnCell.Builder |
cells(List<String> cells)
A list of cell Amazon Resource Names (ARNs) contained within this cell, for use in nested cells.
|
static CfnCell.Builder |
create(software.constructs.Construct scope,
String id) |
CfnCell.Builder |
tags(List<? extends CfnTag> tags)
A collection of tags associated with a resource.
|
@Stability(value=Stable) public static CfnCell.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnCell.Builder.@Stability(value=Stable) public CfnCell.Builder cellName(String cellName)
cellName - The name of the cell to create. This parameter is required.this@Stability(value=Stable) public CfnCell.Builder cells(List<String> cells)
For example, Availability Zones within specific AWS Regions .
cells - A list of cell Amazon Resource Names (ARNs) contained within this cell, for use in nested cells. This parameter is required.this@Stability(value=Stable) public CfnCell.Builder tags(List<? extends CfnTag> tags)
tags - A collection of tags associated with a resource. This parameter is required.thisCopyright © 2022. All rights reserved.