Interface UpdateConnectionsBillingModeRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateConnectionsBillingModeRequest.Builder,,UpdateConnectionsBillingModeRequest> DirectConnectRequest.Builder,SdkBuilder<UpdateConnectionsBillingModeRequest.Builder,,UpdateConnectionsBillingModeRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
UpdateConnectionsBillingModeRequest
@Mutable
@NotThreadSafe
public static interface UpdateConnectionsBillingModeRequest.Builder
extends DirectConnectRequest.Builder, SdkPojo, CopyableBuilder<UpdateConnectionsBillingModeRequest.Builder,UpdateConnectionsBillingModeRequest>
-
Method Summary
Modifier and TypeMethodDescriptionbillingMode(String billingMode) The billing mode to apply to the specified connections.billingMode(RequestBillingMode billingMode) The billing mode to apply to the specified connections.connectionIds(String... connectionIds) The IDs of the connections to update.connectionIds(Collection<String> connectionIds) The IDs of the connections to update.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.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
-
connectionIds
The IDs of the connections to update. You can specify from 1 to 200 connections.
- Parameters:
connectionIds- The IDs of the connections to update. You can specify from 1 to 200 connections.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
connectionIds
The IDs of the connections to update. You can specify from 1 to 200 connections.
- Parameters:
connectionIds- The IDs of the connections to update. You can specify from 1 to 200 connections.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
billingMode
The billing mode to apply to the specified connections. The valid values are
PayAsYouGo,FlatRateTier1,FlatRateTier2,FlatRateTier3,FlatRateTier4, andFlatRateTier5.- Parameters:
billingMode- The billing mode to apply to the specified connections. The valid values arePayAsYouGo,FlatRateTier1,FlatRateTier2,FlatRateTier3,FlatRateTier4, andFlatRateTier5.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
billingMode
The billing mode to apply to the specified connections. The valid values are
PayAsYouGo,FlatRateTier1,FlatRateTier2,FlatRateTier3,FlatRateTier4, andFlatRateTier5.- Parameters:
billingMode- The billing mode to apply to the specified connections. The valid values arePayAsYouGo,FlatRateTier1,FlatRateTier2,FlatRateTier3,FlatRateTier4, andFlatRateTier5.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
UpdateConnectionsBillingModeRequest.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
UpdateConnectionsBillingModeRequest.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.
-