Interface CreateRecoveryGroupRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateRecoveryGroupRequest.Builder,CreateRecoveryGroupRequest>,Route53RecoveryReadinessRequest.Builder,SdkBuilder<CreateRecoveryGroupRequest.Builder,CreateRecoveryGroupRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateRecoveryGroupRequest
public static interface CreateRecoveryGroupRequest.Builder extends Route53RecoveryReadinessRequest.Builder, SdkPojo, CopyableBuilder<CreateRecoveryGroupRequest.Builder,CreateRecoveryGroupRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateRecoveryGroupRequest.Buildercells(String... cells)A list of the cell Amazon Resource Names (ARNs) in the recovery group.CreateRecoveryGroupRequest.Buildercells(Collection<String> cells)A list of the cell Amazon Resource Names (ARNs) in the recovery group.CreateRecoveryGroupRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateRecoveryGroupRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateRecoveryGroupRequest.BuilderrecoveryGroupName(String recoveryGroupName)The name of the recovery group to create.CreateRecoveryGroupRequest.Buildertags(Map<String,String> tags)Sets the value of the Tags property for this object.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.route53recoveryreadiness.model.Route53RecoveryReadinessRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
cells
CreateRecoveryGroupRequest.Builder cells(Collection<String> cells)
A list of the cell Amazon Resource Names (ARNs) in the recovery group.
- Parameters:
cells- A list of the cell Amazon Resource Names (ARNs) in the recovery group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cells
CreateRecoveryGroupRequest.Builder cells(String... cells)
A list of the cell Amazon Resource Names (ARNs) in the recovery group.
- Parameters:
cells- A list of the cell Amazon Resource Names (ARNs) in the recovery group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
recoveryGroupName
CreateRecoveryGroupRequest.Builder recoveryGroupName(String recoveryGroupName)
The name of the recovery group to create.
- Parameters:
recoveryGroupName- The name of the recovery group to create.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateRecoveryGroupRequest.Builder tags(Map<String,String> tags)
Sets the value of the Tags property for this object.- Parameters:
tags- The new value for the Tags property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateRecoveryGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateRecoveryGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-