Interface UpdateConnectionRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateConnectionRequest.Builder,,UpdateConnectionRequest> InterconnectRequest.Builder,SdkBuilder<UpdateConnectionRequest.Builder,,UpdateConnectionRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
UpdateConnectionRequest
@Mutable
@NotThreadSafe
public static interface UpdateConnectionRequest.Builder
extends InterconnectRequest.Builder, SdkPojo, CopyableBuilder<UpdateConnectionRequest.Builder,UpdateConnectionRequest>
-
Method Summary
Modifier and TypeMethodDescriptionRequest a new bandwidth size on the given Connection.clientToken(String clientToken) Idempotency token used for the request.description(String description) An updated description to apply to the Connectionidentifier(String identifier) The identifier of the Connection that should be updated.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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.interconnect.model.InterconnectRequest.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
-
identifier
The identifier of the Connection that should be updated.
- Parameters:
identifier- The identifier of the Connection that should be updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
An updated description to apply to the Connection
- Parameters:
description- An updated description to apply to the Connection- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
bandwidth
Request a new bandwidth size on the given Connection.
Note that changes to the size may be subject to additional policy, and does require the remote partner provider to acknowledge and permit this new bandwidth size.
- Parameters:
bandwidth- Request a new bandwidth size on the given Connection.Note that changes to the size may be subject to additional policy, and does require the remote partner provider to acknowledge and permit this new bandwidth size.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientToken
Idempotency token used for the request.
- Parameters:
clientToken- Idempotency token used for the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateConnectionRequest.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
UpdateConnectionRequest.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.
-