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 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)
A list of Cell ARNs and/or RecoveryGroup ARNs
|
UpdateCellResponse.Builder |
parentReadinessScopes(String... parentReadinessScopes)
A list of Cell ARNs and/or RecoveryGroup ARNs
|
UpdateCellResponse.Builder |
tags(Map<String,String> tags)
Sets the value of the Tags property for this object.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateCellResponse.Builder cellArn(String cellArn)
cellArn - The arn for the CellUpdateCellResponse.Builder cellName(String cellName)
cellName - The name of the CellUpdateCellResponse.Builder cells(Collection<String> cells)
cells - A list of Cell arnsUpdateCellResponse.Builder cells(String... cells)
cells - A list of Cell arnsUpdateCellResponse.Builder parentReadinessScopes(Collection<String> parentReadinessScopes)
parentReadinessScopes - A list of Cell ARNs and/or RecoveryGroup ARNsUpdateCellResponse.Builder parentReadinessScopes(String... parentReadinessScopes)
parentReadinessScopes - A list of Cell ARNs and/or RecoveryGroup ARNsUpdateCellResponse.Builder tags(Map<String,String> tags)
tags - The new value for the Tags property for this object.Copyright © 2022. All rights reserved.