static CreateCellResponse.Builder |
CreateCellResponse.builder() |
|
CreateCellResponse.Builder |
CreateCellResponse.Builder.cellArn(String cellArn) |
The Amazon Resource Name (ARN) for the cell.
|
CreateCellResponse.Builder |
CreateCellResponse.Builder.cellName(String cellName) |
The name of the cell.
|
CreateCellResponse.Builder |
CreateCellResponse.Builder.cells(String... cells) |
A list of cell ARNs.
|
CreateCellResponse.Builder |
CreateCellResponse.Builder.cells(Collection<String> cells) |
A list of cell ARNs.
|
CreateCellResponse.Builder |
CreateCellResponse.Builder.parentReadinessScopes(String... parentReadinessScopes) |
The readiness scope for the cell, which can be a cell Amazon Resource Name (ARN) or a recovery group ARN.
|
CreateCellResponse.Builder |
CreateCellResponse.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.
|
CreateCellResponse.Builder |
CreateCellResponse.Builder.tags(Map<String,String> tags) |
Tags on the resources.
|
CreateCellResponse.Builder |
CreateCellResponse.toBuilder() |
|