| Package | Description |
|---|---|
| software.amazon.awssdk.services.route53recoveryreadiness.model |
| Modifier and Type | Method and Description |
|---|---|
static GetCellResponse.Builder |
GetCellResponse.builder() |
GetCellResponse.Builder |
GetCellResponse.Builder.cellArn(String cellArn)
The arn for the Cell
|
GetCellResponse.Builder |
GetCellResponse.Builder.cellName(String cellName)
The name of the Cell
|
GetCellResponse.Builder |
GetCellResponse.Builder.cells(Collection<String> cells)
A list of Cell arns
|
GetCellResponse.Builder |
GetCellResponse.Builder.cells(String... cells)
A list of Cell arns
|
GetCellResponse.Builder |
GetCellResponse.Builder.parentReadinessScopes(Collection<String> parentReadinessScopes)
A list of Cell ARNs and/or RecoveryGroup ARNs
|
GetCellResponse.Builder |
GetCellResponse.Builder.parentReadinessScopes(String... parentReadinessScopes)
A list of Cell ARNs and/or RecoveryGroup ARNs
|
GetCellResponse.Builder |
GetCellResponse.Builder.tags(Map<String,String> tags)
Sets the value of the Tags property for this object.
|
GetCellResponse.Builder |
GetCellResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetCellResponse.Builder> |
GetCellResponse.serializableBuilderClass() |
Copyright © 2022. All rights reserved.