Interface ShipmentInformation.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ShipmentInformation.Builder,ShipmentInformation>,SdkBuilder<ShipmentInformation.Builder,ShipmentInformation>,SdkPojo
- Enclosing class:
- ShipmentInformation
public static interface ShipmentInformation.Builder extends SdkPojo, CopyableBuilder<ShipmentInformation.Builder,ShipmentInformation>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ShipmentInformation.BuildershipmentCarrier(String shipmentCarrier)The carrier of the shipment.ShipmentInformation.BuildershipmentCarrier(ShipmentCarrier shipmentCarrier)The carrier of the shipment.ShipmentInformation.BuildershipmentTrackingNumber(String shipmentTrackingNumber)The tracking number of the shipment.-
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 Detail
-
shipmentTrackingNumber
ShipmentInformation.Builder shipmentTrackingNumber(String shipmentTrackingNumber)
The tracking number of the shipment.
- Parameters:
shipmentTrackingNumber- The tracking number of the shipment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
shipmentCarrier
ShipmentInformation.Builder shipmentCarrier(String shipmentCarrier)
The carrier of the shipment.
- Parameters:
shipmentCarrier- The carrier of the shipment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ShipmentCarrier,ShipmentCarrier
-
shipmentCarrier
ShipmentInformation.Builder shipmentCarrier(ShipmentCarrier shipmentCarrier)
The carrier of the shipment.
- Parameters:
shipmentCarrier- The carrier of the shipment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ShipmentCarrier,ShipmentCarrier
-
-