Interface UpdateInterruptibleCapacityReservationAllocationRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateInterruptibleCapacityReservationAllocationRequest.Builder,,UpdateInterruptibleCapacityReservationAllocationRequest> Ec2Request.Builder,SdkBuilder<UpdateInterruptibleCapacityReservationAllocationRequest.Builder,,UpdateInterruptibleCapacityReservationAllocationRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
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.zeroSizePreference(String zeroSizePreference) Specifies the updated behavior for the interruptible Capacity Reservation when you reduce its allocation to zero instances.zeroSizePreference(ZeroSizePreference zeroSizePreference) Specifies the updated behavior for the interruptible Capacity Reservation when you reduce its allocation to zero instances.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.
-
zeroSizePreference
UpdateInterruptibleCapacityReservationAllocationRequest.Builder zeroSizePreference(String zeroSizePreference) Specifies the updated behavior for the interruptible Capacity Reservation when you reduce its allocation to zero instances. Specify
retainto keep the interruptible Capacity Reservation active at zero capacity so that you can allocate instances to it again later. Specifydefaultto cancel the interruptible Capacity Reservation and return the capacity to your source Capacity Reservation.- Parameters:
zeroSizePreference- Specifies the updated behavior for the interruptible Capacity Reservation when you reduce its allocation to zero instances. Specifyretainto keep the interruptible Capacity Reservation active at zero capacity so that you can allocate instances to it again later. Specifydefaultto cancel the interruptible Capacity Reservation and return the capacity to your source Capacity Reservation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
zeroSizePreference
UpdateInterruptibleCapacityReservationAllocationRequest.Builder zeroSizePreference(ZeroSizePreference zeroSizePreference) Specifies the updated behavior for the interruptible Capacity Reservation when you reduce its allocation to zero instances. Specify
retainto keep the interruptible Capacity Reservation active at zero capacity so that you can allocate instances to it again later. Specifydefaultto cancel the interruptible Capacity Reservation and return the capacity to your source Capacity Reservation.- Parameters:
zeroSizePreference- Specifies the updated behavior for the interruptible Capacity Reservation when you reduce its allocation to zero instances. Specifyretainto keep the interruptible Capacity Reservation active at zero capacity so that you can allocate instances to it again later. Specifydefaultto cancel the interruptible Capacity Reservation and return the capacity to your source Capacity Reservation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
-