Interface Shipment.Builder

All Superinterfaces:
Buildable, CopyableBuilder<Shipment.Builder,Shipment>, SdkBuilder<Shipment.Builder,Shipment>, SdkPojo
Enclosing class:
Shipment

public static interface Shipment.Builder extends SdkPojo, CopyableBuilder<Shipment.Builder,Shipment>
  • Method Details

    • status

      Shipment.Builder status(String status)

      Status information for a shipment.

      Parameters:
      status - Status information for a shipment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • trackingNumber

      Shipment.Builder trackingNumber(String trackingNumber)

      The tracking number for this job. Using this tracking number with your region's carrier's website, you can track a Snow device as the carrier transports it.

      For India, the carrier is Amazon Logistics. For all other regions, UPS is the carrier.

      Parameters:
      trackingNumber - The tracking number for this job. Using this tracking number with your region's carrier's website, you can track a Snow device as the carrier transports it.

      For India, the carrier is Amazon Logistics. For all other regions, UPS is the carrier.

      Returns:
      Returns a reference to this object so that method calls can be chained together.