Interface CreateResiliencyGroupRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateResiliencyGroupRequest.Builder,,CreateResiliencyGroupRequest> DirectConnectRequest.Builder,SdkBuilder<CreateResiliencyGroupRequest.Builder,,CreateResiliencyGroupRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
CreateResiliencyGroupRequest
@Mutable
@NotThreadSafe
public static interface CreateResiliencyGroupRequest.Builder
extends DirectConnectRequest.Builder, SdkPojo, CopyableBuilder<CreateResiliencyGroupRequest.Builder,CreateResiliencyGroupRequest>
-
Method Summary
Modifier and TypeMethodDescriptionclientToken(String clientToken) A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.intendedResiliencyModel(String intendedResiliencyModel) The resiliency model that the resiliency group is intended to meet.intendedResiliencyModel(ResiliencyModel intendedResiliencyModel) The resiliency model that the resiliency group is intended to meet.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.resiliencyGroupName(String resiliencyGroupName) The name of the resiliency group.tags(Collection<Tag> tags) The tags to associate with the resiliency group.tags(Consumer<Tag.Builder>... tags) The tags to associate with the resiliency group.The tags to associate with the resiliency group.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.directconnect.model.DirectConnectRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
resiliencyGroupName
The name of the resiliency group.
- Parameters:
resiliencyGroupName- The name of the resiliency group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
intendedResiliencyModel
The resiliency model that the resiliency group is intended to meet. The valid values are
maximum-resiliency,high-resiliency, andbasic-resiliency.- Parameters:
intendedResiliencyModel- The resiliency model that the resiliency group is intended to meet. The valid values aremaximum-resiliency,high-resiliency, andbasic-resiliency.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
intendedResiliencyModel
CreateResiliencyGroupRequest.Builder intendedResiliencyModel(ResiliencyModel intendedResiliencyModel) The resiliency model that the resiliency group is intended to meet. The valid values are
maximum-resiliency,high-resiliency, andbasic-resiliency.- Parameters:
intendedResiliencyModel- The resiliency model that the resiliency group is intended to meet. The valid values aremaximum-resiliency,high-resiliency, andbasic-resiliency.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
clientToken
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
- Parameters:
clientToken- A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The tags to associate with the resiliency group.
- Parameters:
tags- The tags to associate with the resiliency group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The tags to associate with the resiliency group.
- Parameters:
tags- The tags to associate with the resiliency group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The tags to associate with the resiliency group.
This is a convenience method that creates an instance of theTag.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totags(List<Tag>).- Parameters:
tags- a consumer that will call methods onTag.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
CreateResiliencyGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateResiliencyGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-