public static interface GetCellResponse.Builder extends Route53RecoveryReadinessResponse.Builder, SdkPojo, CopyableBuilder<GetCellResponse.Builder,GetCellResponse>
| Modifier and Type | Method and Description |
|---|---|
GetCellResponse.Builder |
cellArn(String cellArn)
The arn for the Cell
|
GetCellResponse.Builder |
cellName(String cellName)
The name of the Cell
|
GetCellResponse.Builder |
cells(Collection<String> cells)
A list of Cell arns
|
GetCellResponse.Builder |
cells(String... cells)
A list of Cell arns
|
GetCellResponse.Builder |
parentReadinessScopes(Collection<String> parentReadinessScopes)
A list of Cell ARNs and/or RecoveryGroup ARNs
|
GetCellResponse.Builder |
parentReadinessScopes(String... parentReadinessScopes)
A list of Cell ARNs and/or RecoveryGroup ARNs
|
GetCellResponse.Builder |
tags(Map<String,String> tags)
Sets the value of the Tags property for this object.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetCellResponse.Builder cellArn(String cellArn)
cellArn - The arn for the CellGetCellResponse.Builder cellName(String cellName)
cellName - The name of the CellGetCellResponse.Builder cells(Collection<String> cells)
cells - A list of Cell arnsGetCellResponse.Builder cells(String... cells)
cells - A list of Cell arnsGetCellResponse.Builder parentReadinessScopes(Collection<String> parentReadinessScopes)
parentReadinessScopes - A list of Cell ARNs and/or RecoveryGroup ARNsGetCellResponse.Builder parentReadinessScopes(String... parentReadinessScopes)
parentReadinessScopes - A list of Cell ARNs and/or RecoveryGroup ARNsGetCellResponse.Builder tags(Map<String,String> tags)
tags - The new value for the Tags property for this object.Copyright © 2022. All rights reserved.