| Package | Description |
|---|---|
| software.amazon.awssdk.services.route53recoveryreadiness.model |
| Modifier and Type | Method and Description |
|---|---|
static CellOutput.Builder |
CellOutput.builder() |
CellOutput.Builder |
CellOutput.Builder.cellArn(String cellArn)
The Amazon Resource Name (ARN) for the cell.
|
CellOutput.Builder |
CellOutput.Builder.cellName(String cellName)
The name of the cell.
|
CellOutput.Builder |
CellOutput.Builder.cells(Collection<String> cells)
A list of cell ARNs.
|
CellOutput.Builder |
CellOutput.Builder.cells(String... cells)
A list of cell ARNs.
|
CellOutput.Builder |
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 |
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 |
CellOutput.Builder.tags(Map<String,String> tags)
Tags on the resources.
|
CellOutput.Builder |
CellOutput.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CellOutput.Builder> |
CellOutput.serializableBuilderClass() |
Copyright © 2023. All rights reserved.