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