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