Interface UpdateJobShipmentStateRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateJobShipmentStateRequest.Builder,UpdateJobShipmentStateRequest>,SdkBuilder<UpdateJobShipmentStateRequest.Builder,UpdateJobShipmentStateRequest>,SdkPojo,SdkRequest.Builder,SnowballRequest.Builder
- Enclosing class:
- UpdateJobShipmentStateRequest
public static interface UpdateJobShipmentStateRequest.Builder extends SnowballRequest.Builder, SdkPojo, CopyableBuilder<UpdateJobShipmentStateRequest.Builder,UpdateJobShipmentStateRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateJobShipmentStateRequest.BuilderjobId(String jobId)The job ID of the job whose shipment date you want to update, for exampleJID123e4567-e89b-12d3-a456-426655440000.UpdateJobShipmentStateRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateJobShipmentStateRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateJobShipmentStateRequest.BuildershipmentState(String shipmentState)The state of a device when it is being shipped.UpdateJobShipmentStateRequest.BuildershipmentState(ShipmentState shipmentState)The state of a device when it is being shipped.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
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
-
Methods inherited from interface software.amazon.awssdk.services.snowball.model.SnowballRequest.Builder
build
-
-
-
-
Method Detail
-
jobId
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.- Parameters:
jobId- The job ID of the job whose shipment date you want to update, for exampleJID123e4567-e89b-12d3-a456-426655440000.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
shipmentState
UpdateJobShipmentStateRequest.Builder shipmentState(String shipmentState)
The state of a device when it is being shipped.
Set to
RECEIVEDwhen the device arrives at your location.Set to
RETURNEDwhen you have returned the device to Amazon Web Services.- Parameters:
shipmentState- The state of a device when it is being shipped.Set to
RECEIVEDwhen the device arrives at your location.Set to
RETURNEDwhen you have returned the device to Amazon Web Services.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ShipmentState,ShipmentState
-
shipmentState
UpdateJobShipmentStateRequest.Builder shipmentState(ShipmentState shipmentState)
The state of a device when it is being shipped.
Set to
RECEIVEDwhen the device arrives at your location.Set to
RETURNEDwhen you have returned the device to Amazon Web Services.- Parameters:
shipmentState- The state of a device when it is being shipped.Set to
RECEIVEDwhen the device arrives at your location.Set to
RETURNEDwhen you have returned the device to Amazon Web Services.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ShipmentState,ShipmentState
-
overrideConfiguration
UpdateJobShipmentStateRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateJobShipmentStateRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-