Uses of Interface
software.amazon.awssdk.services.outposts.model.QuoteSummary.Builder
Packages that use QuoteSummary.Builder
-
Uses of QuoteSummary.Builder in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return QuoteSummary.BuilderModifier and TypeMethodDescriptionThe ID of the account that owns the quote.static QuoteSummary.BuilderQuoteSummary.builder()QuoteSummary.Builder.countryCode(String countryCode) The country code for the Outpost site location.QuoteSummary.Builder.createdDate(Instant createdDate) The date the quote was created.QuoteSummary.Builder.description(String description) The description of the quote.QuoteSummary.Builder.expirationDate(Instant expirationDate) The date the quote expires.QuoteSummary.Builder.outpostArn(String outpostArn) The ARN of the Outpost associated with the quote.The ID of the quote.QuoteSummary.Builder.quoteOptions(Collection<QuoteOption> quoteOptions) The configuration and pricing options for the quote.QuoteSummary.Builder.quoteOptions(Consumer<QuoteOption.Builder>... quoteOptions) The configuration and pricing options for the quote.QuoteSummary.Builder.quoteOptions(QuoteOption... quoteOptions) The configuration and pricing options for the quote.QuoteSummary.Builder.quoteStatus(String quoteStatus) The status of the quote.QuoteSummary.Builder.quoteStatus(QuoteStatus quoteStatus) The status of the quote.QuoteSummary.Builder.requestedCapacities(Collection<QuoteCapacity> requestedCapacities) The capacity requirements specified in the quote request.QuoteSummary.Builder.requestedCapacities(Consumer<QuoteCapacity.Builder>... requestedCapacities) The capacity requirements specified in the quote request.QuoteSummary.Builder.requestedCapacities(QuoteCapacity... requestedCapacities) The capacity requirements specified in the quote request.QuoteSummary.Builder.requestedConstraints(Collection<QuoteConstraint> requestedConstraints) The physical constraints specified in the quote request.QuoteSummary.Builder.requestedConstraints(Consumer<QuoteConstraint.Builder>... requestedConstraints) The physical constraints specified in the quote request.QuoteSummary.Builder.requestedConstraints(QuoteConstraint... requestedConstraints) The physical constraints specified in the quote request.QuoteSummary.Builder.requestedPaymentOptions(Collection<PaymentOption> requestedPaymentOptions) The payment options specified in the quote request.QuoteSummary.Builder.requestedPaymentOptions(PaymentOption... requestedPaymentOptions) The payment options specified in the quote request.QuoteSummary.Builder.requestedPaymentOptionsWithStrings(String... requestedPaymentOptions) The payment options specified in the quote request.QuoteSummary.Builder.requestedPaymentOptionsWithStrings(Collection<String> requestedPaymentOptions) The payment options specified in the quote request.QuoteSummary.Builder.requestedPaymentTerms(Collection<PaymentTerm> requestedPaymentTerms) The payment terms specified in the quote request.QuoteSummary.Builder.requestedPaymentTerms(PaymentTerm... requestedPaymentTerms) The payment terms specified in the quote request.QuoteSummary.Builder.requestedPaymentTermsWithStrings(String... requestedPaymentTerms) The payment terms specified in the quote request.QuoteSummary.Builder.requestedPaymentTermsWithStrings(Collection<String> requestedPaymentTerms) The payment terms specified in the quote request.QuoteSummary.Builder.statusMessage(String statusMessage) A message about the status of the quote.QuoteSummary.Builder.submittedOrderId(String submittedOrderId) The ID of the order submitted for the quote.QuoteSummary.toBuilder()Methods in software.amazon.awssdk.services.outposts.model that return types with arguments of type QuoteSummary.BuilderModifier and TypeMethodDescriptionstatic Class<? extends QuoteSummary.Builder>QuoteSummary.serializableBuilderClass()