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 Details

    • 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

      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: