Interface ModificationQuoteCurrentConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ModificationQuoteCurrentConfiguration.Builder,,ModificationQuoteCurrentConfiguration> SdkBuilder<ModificationQuoteCurrentConfiguration.Builder,,ModificationQuoteCurrentConfiguration> SdkPojo
- Enclosing class:
ModificationQuoteCurrentConfiguration
@Mutable
@NotThreadSafe
public static interface ModificationQuoteCurrentConfiguration.Builder
extends SdkPojo, CopyableBuilder<ModificationQuoteCurrentConfiguration.Builder,ModificationQuoteCurrentConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptioninstanceCount(Integer instanceCount) The number of instances in the Capacity Reservation.originalStartDate(Instant originalStartDate) The start date that the Capacity Reservation was originally requested with.reservationState(String reservationState) The current state of the Capacity Reservation.The start date that the Capacity Reservation has before the quoted modification is applied.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
instanceCount
The number of instances in the Capacity Reservation.
- Parameters:
instanceCount- The number of instances in the Capacity Reservation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reservationState
The current state of the Capacity Reservation.
- Parameters:
reservationState- The current state of the Capacity Reservation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startDate
The start date that the Capacity Reservation has before the quoted modification is applied.
- Parameters:
startDate- The start date that the Capacity Reservation has before the quoted modification is applied.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
originalStartDate
The start date that the Capacity Reservation was originally requested with. This value does not change when you push out the start date.
- Parameters:
originalStartDate- The start date that the Capacity Reservation was originally requested with. This value does not change when you push out the start date.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-