Interface ShipmentInformation.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ShipmentInformation.Builder,
,ShipmentInformation> SdkBuilder<ShipmentInformation.Builder,
,ShipmentInformation> SdkPojo
- Enclosing class:
ShipmentInformation
@Mutable
@NotThreadSafe
public static interface ShipmentInformation.Builder
extends SdkPojo, CopyableBuilder<ShipmentInformation.Builder,ShipmentInformation>
-
Method Summary
Modifier and TypeMethodDescriptionshipmentCarrier
(String shipmentCarrier) The carrier of the shipment.shipmentCarrier
(ShipmentCarrier shipmentCarrier) The carrier of the shipment.shipmentTrackingNumber
(String shipmentTrackingNumber) 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, sdkFieldNameToField, sdkFields
-
Method Details
-
shipmentTrackingNumber
The tracking number of the shipment.
- Parameters:
shipmentTrackingNumber
- The tracking number of the shipment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
shipmentCarrier
The carrier of the shipment.
- Parameters:
shipmentCarrier
- The carrier of the shipment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
shipmentCarrier
The carrier of the shipment.
- Parameters:
shipmentCarrier
- The carrier of the shipment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-