| Package | Description |
|---|---|
| software.amazon.awssdk.services.route53recoveryreadiness.model |
| Modifier and Type | Method and Description |
|---|---|
static RecoveryGroupOutput.Builder |
RecoveryGroupOutput.builder() |
RecoveryGroupOutput.Builder |
RecoveryGroupOutput.Builder.cells(Collection<String> cells)
A list of a cell's Amazon Resource Names (ARNs).
|
RecoveryGroupOutput.Builder |
RecoveryGroupOutput.Builder.cells(String... cells)
A list of a cell's Amazon Resource Names (ARNs).
|
RecoveryGroupOutput.Builder |
RecoveryGroupOutput.Builder.recoveryGroupArn(String recoveryGroupArn)
The Amazon Resource Name (ARN) for the recovery group.
|
RecoveryGroupOutput.Builder |
RecoveryGroupOutput.Builder.recoveryGroupName(String recoveryGroupName)
The name of the recovery group.
|
RecoveryGroupOutput.Builder |
RecoveryGroupOutput.Builder.tags(Map<String,String> tags)
The tags associated with the recovery group.
|
RecoveryGroupOutput.Builder |
RecoveryGroupOutput.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RecoveryGroupOutput.Builder> |
RecoveryGroupOutput.serializableBuilderClass() |
Copyright © 2022. All rights reserved.