public static interface Order.Builder extends SdkPojo, CopyableBuilder<Order.Builder,Order>
| Modifier and Type | Method and Description |
|---|---|
Order.Builder |
acknowledgmentStatus(AcknowledgmentStatus acknowledgmentStatus)
The acknowledgement status of the order.
|
Order.Builder |
acknowledgmentStatus(String acknowledgmentStatus)
The acknowledgement status of the order.
|
Order.Builder |
createdAt(Instant createdAt)
The creation time of the order.
|
Order.Builder |
networkArn(String networkArn)
The Amazon Resource Name (ARN) of the network associated with this order.
|
Order.Builder |
networkSiteArn(String networkSiteArn)
The Amazon Resource Name (ARN) of the network site associated with this order.
|
Order.Builder |
orderArn(String orderArn)
The Amazon Resource Name (ARN) of the order.
|
Order.Builder |
orderedResources(Collection<OrderedResourceDefinition> orderedResources)
A list of the network resources placed in the order.
|
Order.Builder |
orderedResources(Consumer<OrderedResourceDefinition.Builder>... orderedResources)
A list of the network resources placed in the order.
|
Order.Builder |
orderedResources(OrderedResourceDefinition... orderedResources)
A list of the network resources placed in the order.
|
Order.Builder |
shippingAddress(Address shippingAddress)
The shipping address of the order.
|
default Order.Builder |
shippingAddress(Consumer<Address.Builder> shippingAddress)
The shipping address of the order.
|
Order.Builder |
trackingInformation(Collection<TrackingInformation> trackingInformation)
The tracking information of the order.
|
Order.Builder |
trackingInformation(Consumer<TrackingInformation.Builder>... trackingInformation)
The tracking information of the order.
|
Order.Builder |
trackingInformation(TrackingInformation... trackingInformation)
The tracking information of the order.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildOrder.Builder acknowledgmentStatus(String acknowledgmentStatus)
The acknowledgement status of the order.
acknowledgmentStatus - The acknowledgement status of the order.AcknowledgmentStatus,
AcknowledgmentStatusOrder.Builder acknowledgmentStatus(AcknowledgmentStatus acknowledgmentStatus)
The acknowledgement status of the order.
acknowledgmentStatus - The acknowledgement status of the order.AcknowledgmentStatus,
AcknowledgmentStatusOrder.Builder createdAt(Instant createdAt)
The creation time of the order.
createdAt - The creation time of the order.Order.Builder networkArn(String networkArn)
The Amazon Resource Name (ARN) of the network associated with this order.
networkArn - The Amazon Resource Name (ARN) of the network associated with this order.Order.Builder networkSiteArn(String networkSiteArn)
The Amazon Resource Name (ARN) of the network site associated with this order.
networkSiteArn - The Amazon Resource Name (ARN) of the network site associated with this order.Order.Builder orderArn(String orderArn)
The Amazon Resource Name (ARN) of the order.
orderArn - The Amazon Resource Name (ARN) of the order.Order.Builder orderedResources(Collection<OrderedResourceDefinition> orderedResources)
A list of the network resources placed in the order.
orderedResources - A list of the network resources placed in the order.Order.Builder orderedResources(OrderedResourceDefinition... orderedResources)
A list of the network resources placed in the order.
orderedResources - A list of the network resources placed in the order.Order.Builder orderedResources(Consumer<OrderedResourceDefinition.Builder>... orderedResources)
A list of the network resources placed in the order.
This is a convenience method that creates an instance of theOrderedResourceDefinition.Builder avoiding the
need to create one manually via
OrderedResourceDefinition.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #orderedResources(List.
orderedResources - a consumer that will call methods on
OrderedResourceDefinition.Builder#orderedResources(java.util.Collection) Order.Builder shippingAddress(Address shippingAddress)
The shipping address of the order.
shippingAddress - The shipping address of the order.default Order.Builder shippingAddress(Consumer<Address.Builder> shippingAddress)
The shipping address of the order.
This is a convenience method that creates an instance of theAddress.Builder avoiding the need to
create one manually via Address.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to shippingAddress(Address).
shippingAddress - a consumer that will call methods on Address.BuildershippingAddress(Address)Order.Builder trackingInformation(Collection<TrackingInformation> trackingInformation)
The tracking information of the order.
trackingInformation - The tracking information of the order.Order.Builder trackingInformation(TrackingInformation... trackingInformation)
The tracking information of the order.
trackingInformation - The tracking information of the order.Order.Builder trackingInformation(Consumer<TrackingInformation.Builder>... trackingInformation)
The tracking information of the order.
This is a convenience method that creates an instance of theTrackingInformation.Builder avoiding the need
to create one manually via
TrackingInformation.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #trackingInformation(List.
trackingInformation - a consumer that will call methods on
TrackingInformation.Builder#trackingInformation(java.util.Collection) Copyright © 2023. All rights reserved.