Uses of Interface
software.amazon.awssdk.services.ec2.model.CapacityReservationCancellationQuote.Builder
Packages that use CapacityReservationCancellationQuote.Builder
-
Uses of CapacityReservationCancellationQuote.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return CapacityReservationCancellationQuote.BuilderModifier and TypeMethodDescriptionCapacityReservationCancellationQuote.builder()CapacityReservationCancellationQuote.Builder.cancellationTerms(Collection<CancellationTerms> cancellationTerms) The cancellation terms associated with the quote, including the fee type and charge details.CapacityReservationCancellationQuote.Builder.cancellationTerms(Consumer<CancellationTerms.Builder>... cancellationTerms) The cancellation terms associated with the quote, including the fee type and charge details.CapacityReservationCancellationQuote.Builder.cancellationTerms(CancellationTerms... cancellationTerms) The cancellation terms associated with the quote, including the fee type and charge details.CapacityReservationCancellationQuote.Builder.capacityReservationCancellationQuoteId(String capacityReservationCancellationQuoteId) The ID of the cancellation quote.CapacityReservationCancellationQuote.Builder.capacityReservationId(String capacityReservationId) The ID of the Capacity Reservation associated with the cancellation quote.CapacityReservationCancellationQuote.Builder.createTime(Instant createTime) The date and time at which the cancellation quote was created.CapacityReservationCancellationQuote.Builder.currentConfiguration(Consumer<CapacityReservationConfiguration.Builder> currentConfiguration) The current configuration of the Capacity Reservation.CapacityReservationCancellationQuote.Builder.currentConfiguration(CapacityReservationConfiguration currentConfiguration) The current configuration of the Capacity Reservation.CapacityReservationCancellationQuote.Builder.expirationTime(Instant expirationTime) The date and time at which the cancellation quote expires.CapacityReservationCancellationQuote.Builder.quoteState(String quoteState) The state of the cancellation quote.CapacityReservationCancellationQuote.Builder.quoteState(CapacityReservationCancellationQuoteState quoteState) The state of the cancellation quote.CapacityReservationCancellationQuote.Builder.tags(Collection<Tag> tags) The tags assigned to the cancellation quote.CapacityReservationCancellationQuote.Builder.tags(Consumer<Tag.Builder>... tags) The tags assigned to the cancellation quote.The tags assigned to the cancellation quote.CapacityReservationCancellationQuote.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type CapacityReservationCancellationQuote.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CapacityReservationCancellationQuote.Builder>CapacityReservationCancellationQuote.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type CapacityReservationCancellationQuote.BuilderModifier and TypeMethodDescriptionCreateCapacityReservationCancellationQuoteResponse.Builder.capacityReservationCancellationQuote(Consumer<CapacityReservationCancellationQuote.Builder> capacityReservationCancellationQuote) Information about the Capacity Reservation cancellation quote.