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 a cell's Amazon Resource Names (ARNs).
|
GetRecoveryGroupResponse.Builder |
cells(String... cells)
A list of a cell's Amazon Resource Names (ARNs).
|
GetRecoveryGroupResponse.Builder |
recoveryGroupArn(String recoveryGroupArn)
The Amazon Resource Name (ARN) for the recovery group.
|
GetRecoveryGroupResponse.Builder |
recoveryGroupName(String recoveryGroupName)
The name of the recovery group.
|
GetRecoveryGroupResponse.Builder |
tags(Map<String,String> tags)
The tags associated with the recovery group.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetRecoveryGroupResponse.Builder cells(Collection<String> cells)
A list of a cell's Amazon Resource Names (ARNs).
cells - A list of a cell's Amazon Resource Names (ARNs).GetRecoveryGroupResponse.Builder cells(String... cells)
A list of a cell's Amazon Resource Names (ARNs).
cells - A list of a cell's Amazon Resource Names (ARNs).GetRecoveryGroupResponse.Builder recoveryGroupArn(String recoveryGroupArn)
The Amazon Resource Name (ARN) for the recovery group.
recoveryGroupArn - The Amazon Resource Name (ARN) for the recovery group.GetRecoveryGroupResponse.Builder recoveryGroupName(String recoveryGroupName)
The name of the recovery group.
recoveryGroupName - The name of the recovery group.GetRecoveryGroupResponse.Builder tags(Map<String,String> tags)
The tags associated with the recovery group.
tags - The tags associated with the recovery group.Copyright © 2022. All rights reserved.