Interface UpdateInterruptibleCapacityReservationAllocationRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateInterruptibleCapacityReservationAllocationRequest.Builder,,UpdateInterruptibleCapacityReservationAllocationRequest> Ec2Request.Builder,SdkBuilder<UpdateInterruptibleCapacityReservationAllocationRequest.Builder,,UpdateInterruptibleCapacityReservationAllocationRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
UpdateInterruptibleCapacityReservationAllocationRequest
@Mutable
@NotThreadSafe
public static interface UpdateInterruptibleCapacityReservationAllocationRequest.Builder
extends Ec2Request.Builder, SdkPojo, CopyableBuilder<UpdateInterruptibleCapacityReservationAllocationRequest.Builder,UpdateInterruptibleCapacityReservationAllocationRequest>
-
Method Summary
Modifier and TypeMethodDescriptioncapacityReservationId(String capacityReservationId) The ID of the source Capacity Reservation containing the interruptible allocation to modify.Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.targetInstanceCount(Integer targetInstanceCount) The new number of instances to allocate.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.ec2.model.Ec2Request.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
-
capacityReservationId
UpdateInterruptibleCapacityReservationAllocationRequest.Builder capacityReservationId(String capacityReservationId) The ID of the source Capacity Reservation containing the interruptible allocation to modify.
- Parameters:
capacityReservationId- The ID of the source Capacity Reservation containing the interruptible allocation to modify.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetInstanceCount
UpdateInterruptibleCapacityReservationAllocationRequest.Builder targetInstanceCount(Integer targetInstanceCount) The new number of instances to allocate. Enter a higher number to add more capacity to share, or a lower number to reclaim capacity to your source Capacity Reservation.
- Parameters:
targetInstanceCount- The new number of instances to allocate. Enter a higher number to add more capacity to share, or a lower number to reclaim capacity to your source Capacity Reservation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dryRun
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.
- Parameters:
dryRun- Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateInterruptibleCapacityReservationAllocationRequest.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
UpdateInterruptibleCapacityReservationAllocationRequest.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.
-