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 Amazon Resource Name (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)
The readiness scope for the cell, which can be a cell Amazon Resource Name (ARN) or a recovery group ARN.
|
GetCellResponse.Builder |
parentReadinessScopes(String... parentReadinessScopes)
The readiness scope for the cell, which can be a cell Amazon Resource Name (ARN) or a recovery group ARN.
|
GetCellResponse.Builder |
tags(Map<String,String> tags)
Tags on the resources.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetCellResponse.Builder cellArn(String cellArn)
The Amazon Resource Name (ARN) for the cell.
cellArn - The Amazon Resource Name (ARN) for the cell.GetCellResponse.Builder cellName(String cellName)
The name of the cell.
cellName - The name of the cell.GetCellResponse.Builder cells(Collection<String> cells)
A list of cell ARNs.
cells - A list of cell ARNs.GetCellResponse.Builder cells(String... cells)
A list of cell ARNs.
cells - A list of cell ARNs.GetCellResponse.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.GetCellResponse.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.GetCellResponse.Builder tags(Map<String,String> tags)
Tags on the resources.
tags - Tags on the resources.Copyright © 2023. All rights reserved.