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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Shipment.Builderstatus(String status)Status information for a shipment.Shipment.BuildertrackingNumber(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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
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.
-
-