Interface TrackingInformation.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TrackingInformation.Builder,TrackingInformation>,SdkBuilder<TrackingInformation.Builder,TrackingInformation>,SdkPojo
- Enclosing class:
- TrackingInformation
public static interface TrackingInformation.Builder extends SdkPojo, CopyableBuilder<TrackingInformation.Builder,TrackingInformation>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TrackingInformation.BuildertrackingNumber(String trackingNumber)The tracking number of the shipment.-
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 Detail
-
trackingNumber
TrackingInformation.Builder trackingNumber(String trackingNumber)
The tracking number of the shipment.
- Parameters:
trackingNumber- The tracking number of the shipment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-