public static interface CreateOrderRequest.Builder extends OutpostsRequest.Builder, SdkPojo, CopyableBuilder<CreateOrderRequest.Builder,CreateOrderRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateOrderRequest.Builder outpostIdentifier(String outpostIdentifier)
The ID or the Amazon Resource Name (ARN) of the Outpost.
outpostIdentifier - The ID or the Amazon Resource Name (ARN) of the Outpost.CreateOrderRequest.Builder lineItems(Collection<LineItemRequest> lineItems)
The line items that make up the order.
lineItems - The line items that make up the order.CreateOrderRequest.Builder lineItems(LineItemRequest... lineItems)
The line items that make up the order.
lineItems - The line items that make up the order.CreateOrderRequest.Builder lineItems(Consumer<LineItemRequest.Builder>... lineItems)
The line items that make up the order.
This is a convenience method that creates an instance of theLineItemRequest.Builder avoiding the need to create
one manually via LineItemRequest.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #lineItems(List.
lineItems - a consumer that will call methods on
LineItemRequest.Builder#lineItems(java.util.Collection) CreateOrderRequest.Builder paymentOption(String paymentOption)
The payment option.
paymentOption - The payment option.PaymentOption,
PaymentOptionCreateOrderRequest.Builder paymentOption(PaymentOption paymentOption)
The payment option.
paymentOption - The payment option.PaymentOption,
PaymentOptionCreateOrderRequest.Builder paymentTerm(String paymentTerm)
The payment terms.
paymentTerm - The payment terms.PaymentTerm,
PaymentTermCreateOrderRequest.Builder paymentTerm(PaymentTerm paymentTerm)
The payment terms.
paymentTerm - The payment terms.PaymentTerm,
PaymentTermCreateOrderRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateOrderRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.