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 that creates an instance of theList.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #lineItems(List) .lineItems - a consumer that will call methods on List.Builder #lineItems(List) CreateOrderRequest.Builder paymentOption(String paymentOption)
The payment option for the order.
paymentOption - The payment option for the order.PaymentOption,
PaymentOptionCreateOrderRequest.Builder paymentOption(PaymentOption paymentOption)
The payment option for the order.
paymentOption - The payment option for the order.PaymentOption,
PaymentOptionCreateOrderRequest.Builder paymentTerm(String paymentTerm)
The payment terms for the order.
paymentTerm - The payment terms for the order.PaymentTerm,
PaymentTermCreateOrderRequest.Builder paymentTerm(PaymentTerm paymentTerm)
The payment terms for the order.
paymentTerm - The payment terms for the order.PaymentTerm,
PaymentTermCreateOrderRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateOrderRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.