CopyableBuilder<Shipment.Builder,Shipment>
, SdkBuilder<Shipment.Builder,Shipment>
public static interface Shipment.Builder extends CopyableBuilder<Shipment.Builder,Shipment>
Modifier and Type | Method | Description |
---|---|---|
Shipment.Builder |
status(String status) |
Status information for a shipment.
|
Shipment.Builder |
trackingNumber(String trackingNumber) |
The tracking number for this job.
|
copy
apply, build
Shipment.Builder status(String status)
Status information for a shipment.
status
- Status information for a shipment.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 Snowball as the carrier transports it.
For India, the carrier is Amazon Logistics. For all other regions, UPS is the carrier.
trackingNumber
- The tracking number for this job. Using this tracking number with your region's carrier's website, you
can track a Snowball as the carrier transports it.
For India, the carrier is Amazon Logistics. For all other regions, UPS is the carrier.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.