public static interface UpdateJobShipmentStateRequest.Builder extends SnowballRequest.Builder, SdkPojo, CopyableBuilder<UpdateJobShipmentStateRequest.Builder,UpdateJobShipmentStateRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateJobShipmentStateRequest.Builder |
jobId(String jobId)
The job ID of the job whose shipment date you want to update, for example
JID123e4567-e89b-12d3-a456-426655440000. |
UpdateJobShipmentStateRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateJobShipmentStateRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateJobShipmentStateRequest.Builder |
shipmentState(ShipmentState shipmentState)
The state of a device when it is being shipped.
|
UpdateJobShipmentStateRequest.Builder |
shipmentState(String shipmentState)
The state of a device when it is being shipped.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateJobShipmentStateRequest.Builder jobId(String jobId)
The job ID of the job whose shipment date you want to update, for example
JID123e4567-e89b-12d3-a456-426655440000.
jobId - The job ID of the job whose shipment date you want to update, for example
JID123e4567-e89b-12d3-a456-426655440000.UpdateJobShipmentStateRequest.Builder shipmentState(String shipmentState)
The state of a device when it is being shipped.
Set to RECEIVED when the device arrives at your location.
Set to RETURNED when you have returned the device to AWS.
shipmentState - The state of a device when it is being shipped.
Set to RECEIVED when the device arrives at your location.
Set to RETURNED when you have returned the device to AWS.
ShipmentState,
ShipmentStateUpdateJobShipmentStateRequest.Builder shipmentState(ShipmentState shipmentState)
The state of a device when it is being shipped.
Set to RECEIVED when the device arrives at your location.
Set to RETURNED when you have returned the device to AWS.
shipmentState - The state of a device when it is being shipped.
Set to RECEIVED when the device arrives at your location.
Set to RETURNED when you have returned the device to AWS.
ShipmentState,
ShipmentStateUpdateJobShipmentStateRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateJobShipmentStateRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.