public static interface UpdateCellResponse.Builder extends Route53RecoveryReadinessResponse.Builder, SdkPojo, CopyableBuilder<UpdateCellResponse.Builder,UpdateCellResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateCellResponse.Builder |
cellArn(String cellArn)
The Amazon Resource Name (ARN) for the cell.
|
UpdateCellResponse.Builder |
cellName(String cellName)
The name of the cell.
|
UpdateCellResponse.Builder |
cells(Collection<String> cells)
A list of cell ARNs.
|
UpdateCellResponse.Builder |
cells(String... cells)
A list of cell ARNs.
|
UpdateCellResponse.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.
|
UpdateCellResponse.Builder |
parentReadinessScopes(String... parentReadinessScopes)
The readiness scope for the cell, which can be a cell Amazon Resource Name (ARN) or a recovery group ARN.
|
UpdateCellResponse.Builder |
tags(Map<String,String> tags)
Tags on the resources.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateCellResponse.Builder cellArn(String cellArn)
The Amazon Resource Name (ARN) for the cell.
cellArn - The Amazon Resource Name (ARN) for the cell.UpdateCellResponse.Builder cellName(String cellName)
The name of the cell.
cellName - The name of the cell.UpdateCellResponse.Builder cells(Collection<String> cells)
A list of cell ARNs.
cells - A list of cell ARNs.UpdateCellResponse.Builder cells(String... cells)
A list of cell ARNs.
cells - A list of cell ARNs.UpdateCellResponse.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.UpdateCellResponse.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.UpdateCellResponse.Builder tags(Map<String,String> tags)
Tags on the resources.
tags - Tags on the resources.Copyright © 2022. All rights reserved.