Interface OrderSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<OrderSummary.Builder,
,OrderSummary> SdkBuilder<OrderSummary.Builder,
,OrderSummary> SdkPojo
- Enclosing class:
OrderSummary
-
Method Summary
Modifier and TypeMethodDescriptionlineItemCountsByStatus
(Map<LineItemStatus, Integer> lineItemCountsByStatus) The status of all line items in the order.lineItemCountsByStatusWithStrings
(Map<String, Integer> lineItemCountsByStatus) The status of all line items in the order.orderFulfilledDate
(Instant orderFulfilledDate) The fulfilment date for the order.The ID of the order.orderSubmissionDate
(Instant orderSubmissionDate) The submission date for the order.The type of order.The type of order.The ID of the Outpost.The status of the order.status
(OrderStatus status) The status of the order.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
outpostId
The ID of the Outpost.
- Parameters:
outpostId
- The ID of the Outpost.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
orderId
The ID of the order.
- Parameters:
orderId
- The ID of the order.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
orderType
The type of order.
- Parameters:
orderType
- The type of order.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
orderType
The type of order.
- Parameters:
orderType
- The type of order.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the order.
-
PREPARING
- Order is received and is being prepared. -
IN_PROGRESS
- Order is either being built, shipped, or installed. For more information, see theLineItem
status. -
COMPLETED
- Order is complete. -
CANCELLED
- Order is cancelled. -
ERROR
- Customer should contact support.
The following statuses are deprecated:
RECEIVED
,PENDING
,PROCESSING
,INSTALLING
, andFULFILLED
.- Parameters:
status
- The status of the order.-
PREPARING
- Order is received and is being prepared. -
IN_PROGRESS
- Order is either being built, shipped, or installed. For more information, see theLineItem
status. -
COMPLETED
- Order is complete. -
CANCELLED
- Order is cancelled. -
ERROR
- Customer should contact support.
The following statuses are deprecated:
RECEIVED
,PENDING
,PROCESSING
,INSTALLING
, andFULFILLED
.-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
status
The status of the order.
-
PREPARING
- Order is received and is being prepared. -
IN_PROGRESS
- Order is either being built, shipped, or installed. For more information, see theLineItem
status. -
COMPLETED
- Order is complete. -
CANCELLED
- Order is cancelled. -
ERROR
- Customer should contact support.
The following statuses are deprecated:
RECEIVED
,PENDING
,PROCESSING
,INSTALLING
, andFULFILLED
.- Parameters:
status
- The status of the order.-
PREPARING
- Order is received and is being prepared. -
IN_PROGRESS
- Order is either being built, shipped, or installed. For more information, see theLineItem
status. -
COMPLETED
- Order is complete. -
CANCELLED
- Order is cancelled. -
ERROR
- Customer should contact support.
The following statuses are deprecated:
RECEIVED
,PENDING
,PROCESSING
,INSTALLING
, andFULFILLED
.-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
lineItemCountsByStatusWithStrings
The status of all line items in the order.
- Parameters:
lineItemCountsByStatus
- The status of all line items in the order.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lineItemCountsByStatus
The status of all line items in the order.
- Parameters:
lineItemCountsByStatus
- The status of all line items in the order.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
orderSubmissionDate
The submission date for the order.
- Parameters:
orderSubmissionDate
- The submission date for the order.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
orderFulfilledDate
The fulfilment date for the order.
- Parameters:
orderFulfilledDate
- The fulfilment date for the order.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-