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 Summary
Modifier and TypeMethodDescriptionStatus information for a shipment.trackingNumber
(String trackingNumber) The tracking number for this job.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 Details
-
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
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.
-