Uses of Interface
software.amazon.awssdk.services.outposts.model.OrderSummary.Builder
Packages that use OrderSummary.Builder
-
Uses of OrderSummary.Builder in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return OrderSummary.BuilderModifier and TypeMethodDescriptionstatic OrderSummary.BuilderOrderSummary.builder()OrderSummary.Builder.lineItemCountsByStatus(Map<LineItemStatus, Integer> lineItemCountsByStatus) The status of all line items in the order.OrderSummary.Builder.lineItemCountsByStatusWithStrings(Map<String, Integer> lineItemCountsByStatus) The status of all line items in the order.OrderSummary.Builder.orderFulfilledDate(Instant orderFulfilledDate) The fulfilment date for the order.The ID of the order.OrderSummary.Builder.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.OrderSummary.Builder.status(OrderStatus status) The status of the order.OrderSummary.toBuilder()Methods in software.amazon.awssdk.services.outposts.model that return types with arguments of type OrderSummary.BuilderModifier and TypeMethodDescriptionstatic Class<? extends OrderSummary.Builder>OrderSummary.serializableBuilderClass()