Uses of Interface
software.amazon.awssdk.services.outposts.model.ShipmentInformation.Builder
Packages that use ShipmentInformation.Builder
-
Uses of ShipmentInformation.Builder in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return ShipmentInformation.BuilderModifier and TypeMethodDescriptionstatic ShipmentInformation.BuilderShipmentInformation.builder()ShipmentInformation.Builder.shipmentCarrier(String shipmentCarrier) The carrier of the shipment.ShipmentInformation.Builder.shipmentCarrier(ShipmentCarrier shipmentCarrier) The carrier of the shipment.ShipmentInformation.Builder.shipmentTrackingNumber(String shipmentTrackingNumber) The tracking number of the shipment.ShipmentInformation.toBuilder()Methods in software.amazon.awssdk.services.outposts.model that return types with arguments of type ShipmentInformation.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ShipmentInformation.Builder>ShipmentInformation.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.outposts.model with type arguments of type ShipmentInformation.BuilderModifier and TypeMethodDescriptiondefault LineItem.BuilderLineItem.Builder.shipmentInformation(Consumer<ShipmentInformation.Builder> shipmentInformation) Information about a line item shipment.