public static interface CreateRecoveryGroupRequest.Builder extends Route53RecoveryReadinessRequest.Builder, SdkPojo, CopyableBuilder<CreateRecoveryGroupRequest.Builder,CreateRecoveryGroupRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateRecoveryGroupRequest.Builder |
cells(Collection<String> cells)
A list of the cell Amazon Resource Names (ARNs) in the recovery group.
|
CreateRecoveryGroupRequest.Builder |
cells(String... cells)
A list of the cell Amazon Resource Names (ARNs) in the recovery group.
|
CreateRecoveryGroupRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateRecoveryGroupRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateRecoveryGroupRequest.Builder |
recoveryGroupName(String recoveryGroupName)
The name of the recovery group to create.
|
CreateRecoveryGroupRequest.Builder |
tags(Map<String,String> tags)
Sets the value of the Tags property for this object.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateRecoveryGroupRequest.Builder cells(Collection<String> cells)
A list of the cell Amazon Resource Names (ARNs) in the recovery group.
cells - A list of the cell Amazon Resource Names (ARNs) in the recovery group.CreateRecoveryGroupRequest.Builder cells(String... cells)
A list of the cell Amazon Resource Names (ARNs) in the recovery group.
cells - A list of the cell Amazon Resource Names (ARNs) in the recovery group.CreateRecoveryGroupRequest.Builder recoveryGroupName(String recoveryGroupName)
The name of the recovery group to create.
recoveryGroupName - The name of the recovery group to create.CreateRecoveryGroupRequest.Builder tags(Map<String,String> tags)
tags - The new value for the Tags property for this object.CreateRecoveryGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateRecoveryGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.