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 Cell arns
|
RecoveryGroupOutput.Builder |
cells(String... cells)
A list of Cell arns
|
RecoveryGroupOutput.Builder |
recoveryGroupArn(String recoveryGroupArn)
The arn for the RecoveryGroup
|
RecoveryGroupOutput.Builder |
recoveryGroupName(String recoveryGroupName)
The name of the RecoveryGroup
|
RecoveryGroupOutput.Builder |
tags(Map<String,String> tags)
Sets the value of the Tags property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRecoveryGroupOutput.Builder cells(Collection<String> cells)
cells - A list of Cell arnsRecoveryGroupOutput.Builder cells(String... cells)
cells - A list of Cell arnsRecoveryGroupOutput.Builder recoveryGroupArn(String recoveryGroupArn)
recoveryGroupArn - The arn for the RecoveryGroupRecoveryGroupOutput.Builder recoveryGroupName(String recoveryGroupName)
recoveryGroupName - The name of the RecoveryGroupRecoveryGroupOutput.Builder tags(Map<String,String> tags)
tags - The new value for the Tags property for this object.Copyright © 2022. All rights reserved.