public static interface RecoveryGroupOutput.Builder extends SdkPojo, CopyableBuilder<RecoveryGroupOutput.Builder,RecoveryGroupOutput>
| Modifier and Type | Method and Description |
|---|---|
RecoveryGroupOutput.Builder |
cells(Collection<String> cells)
A list of a cell's Amazon Resource Names (ARNs).
|
RecoveryGroupOutput.Builder |
cells(String... cells)
A list of a cell's Amazon Resource Names (ARNs).
|
RecoveryGroupOutput.Builder |
recoveryGroupArn(String recoveryGroupArn)
The Amazon Resource Name (ARN) for the recovery group.
|
RecoveryGroupOutput.Builder |
recoveryGroupName(String recoveryGroupName)
The name of the recovery group.
|
RecoveryGroupOutput.Builder |
tags(Map<String,String> tags)
The tags associated with the recovery group.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRecoveryGroupOutput.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).RecoveryGroupOutput.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).RecoveryGroupOutput.Builder recoveryGroupArn(String recoveryGroupArn)
The Amazon Resource Name (ARN) for the recovery group.
recoveryGroupArn - The Amazon Resource Name (ARN) for the recovery group.RecoveryGroupOutput.Builder recoveryGroupName(String recoveryGroupName)
The name of the recovery group.
recoveryGroupName - The name of the recovery group.RecoveryGroupOutput.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.