public static interface CellOutput.Builder extends SdkPojo, CopyableBuilder<CellOutput.Builder,CellOutput>
| Modifier and Type | Method and Description |
|---|---|
CellOutput.Builder |
cellArn(String cellArn)
The Amazon Resource Name (ARN) for the cell.
|
CellOutput.Builder |
cellName(String cellName)
The name of the cell.
|
CellOutput.Builder |
cells(Collection<String> cells)
A list of cell ARNs.
|
CellOutput.Builder |
cells(String... cells)
A list of cell ARNs.
|
CellOutput.Builder |
parentReadinessScopes(Collection<String> parentReadinessScopes)
The readiness scope for the cell, which can be a cell Amazon Resource Name (ARN) or a recovery group ARN.
|
CellOutput.Builder |
parentReadinessScopes(String... parentReadinessScopes)
The readiness scope for the cell, which can be a cell Amazon Resource Name (ARN) or a recovery group ARN.
|
CellOutput.Builder |
tags(Map<String,String> tags)
Tags on the resources.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCellOutput.Builder cellArn(String cellArn)
The Amazon Resource Name (ARN) for the cell.
cellArn - The Amazon Resource Name (ARN) for the cell.CellOutput.Builder cellName(String cellName)
The name of the cell.
cellName - The name of the cell.CellOutput.Builder cells(Collection<String> cells)
A list of cell ARNs.
cells - A list of cell ARNs.CellOutput.Builder cells(String... cells)
A list of cell ARNs.
cells - A list of cell ARNs.CellOutput.Builder parentReadinessScopes(Collection<String> parentReadinessScopes)
The readiness scope for the cell, which can be a cell Amazon Resource Name (ARN) or a recovery group ARN. This is a list but currently can have only one element.
parentReadinessScopes - The readiness scope for the cell, which can be a cell Amazon Resource Name (ARN) or a recovery group
ARN. This is a list but currently can have only one element.CellOutput.Builder parentReadinessScopes(String... parentReadinessScopes)
The readiness scope for the cell, which can be a cell Amazon Resource Name (ARN) or a recovery group ARN. This is a list but currently can have only one element.
parentReadinessScopes - The readiness scope for the cell, which can be a cell Amazon Resource Name (ARN) or a recovery group
ARN. This is a list but currently can have only one element.CellOutput.Builder tags(Map<String,String> tags)
Tags on the resources.
tags - Tags on the resources.Copyright © 2022. All rights reserved.