public static interface GetRecoveryGroupResponse.Builder extends Route53RecoveryReadinessResponse.Builder, SdkPojo, CopyableBuilder<GetRecoveryGroupResponse.Builder,GetRecoveryGroupResponse>
| Modifier and Type | Method and Description |
|---|---|
GetRecoveryGroupResponse.Builder |
cells(Collection<String> cells)
A list of Cell arns
|
GetRecoveryGroupResponse.Builder |
cells(String... cells)
A list of Cell arns
|
GetRecoveryGroupResponse.Builder |
recoveryGroupArn(String recoveryGroupArn)
The arn for the RecoveryGroup
|
GetRecoveryGroupResponse.Builder |
recoveryGroupName(String recoveryGroupName)
The name of the RecoveryGroup
|
GetRecoveryGroupResponse.Builder |
tags(Map<String,String> tags)
Sets the value of the Tags property for this object.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetRecoveryGroupResponse.Builder cells(Collection<String> cells)
cells - A list of Cell arnsGetRecoveryGroupResponse.Builder cells(String... cells)
cells - A list of Cell arnsGetRecoveryGroupResponse.Builder recoveryGroupArn(String recoveryGroupArn)
recoveryGroupArn - The arn for the RecoveryGroupGetRecoveryGroupResponse.Builder recoveryGroupName(String recoveryGroupName)
recoveryGroupName - The name of the RecoveryGroupGetRecoveryGroupResponse.Builder tags(Map<String,String> tags)
tags - The new value for the Tags property for this object.Copyright © 2022. All rights reserved.