public static interface CreateRecoveryGroupResponse.Builder extends Route53RecoveryReadinessResponse.Builder, SdkPojo, CopyableBuilder<CreateRecoveryGroupResponse.Builder,CreateRecoveryGroupResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateRecoveryGroupResponse.Builder |
cells(Collection<String> cells)
A list of a cell's Amazon Resource Names (ARNs).
|
CreateRecoveryGroupResponse.Builder |
cells(String... cells)
A list of a cell's Amazon Resource Names (ARNs).
|
CreateRecoveryGroupResponse.Builder |
recoveryGroupArn(String recoveryGroupArn)
The Amazon Resource Name (ARN) for the recovery group.
|
CreateRecoveryGroupResponse.Builder |
recoveryGroupName(String recoveryGroupName)
The name of the recovery group.
|
CreateRecoveryGroupResponse.Builder |
tags(Map<String,String> tags)
The tags associated with the recovery group.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateRecoveryGroupResponse.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).CreateRecoveryGroupResponse.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).CreateRecoveryGroupResponse.Builder recoveryGroupArn(String recoveryGroupArn)
The Amazon Resource Name (ARN) for the recovery group.
recoveryGroupArn - The Amazon Resource Name (ARN) for the recovery group.CreateRecoveryGroupResponse.Builder recoveryGroupName(String recoveryGroupName)
The name of the recovery group.
recoveryGroupName - The name of the recovery group.CreateRecoveryGroupResponse.Builder tags(Map<String,String> tags)
The tags associated with the recovery group.
tags - The tags associated with the recovery group.Copyright © 2023. All rights reserved.