Uses of Interface
software.amazon.awssdk.services.ec2.model.CancellationTerms.Builder
Packages that use CancellationTerms.Builder
-
Uses of CancellationTerms.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return CancellationTerms.BuilderModifier and TypeMethodDescriptionstatic CancellationTerms.BuilderCancellationTerms.builder()CancellationTerms.Builder.cancellationType(String cancellationType) The type of cancellation charge.CancellationTerms.Builder.cancellationType(ApplyCancellationCharges cancellationType) The type of cancellation charge.CancellationTerms.Builder.chargeCommitmentDurationHours(Long chargeCommitmentDurationHours) The number of hours for which cancellation charges will apply.CancellationTerms.Builder.chargeEndDate(Instant chargeEndDate) The date and time at which cancellation charges will stop.CancellationTerms.Builder.committedInstanceCount(Integer committedInstanceCount) The number of instances under commitment after cancellation.CancellationTerms.Builder.reservationState(String reservationState) The state that the Capacity Reservation will transition to after cancellation.CancellationTerms.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type CancellationTerms.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CancellationTerms.Builder>CancellationTerms.serializableBuilderClass()