Interface UpdateJobShipmentStateRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdateJobShipmentStateRequest.Builder,
,UpdateJobShipmentStateRequest> SdkBuilder<UpdateJobShipmentStateRequest.Builder,
,UpdateJobShipmentStateRequest> SdkPojo
,SdkRequest.Builder
,SnowballRequest.Builder
- Enclosing class:
UpdateJobShipmentStateRequest
-
Method Summary
Modifier and TypeMethodDescriptionThe job ID of the job whose shipment date you want to update, for exampleJID123e4567-e89b-12d3-a456-426655440000
.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.shipmentState
(String shipmentState) The state of a device when it is being shipped.shipmentState
(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, sdkFields
Methods inherited from interface software.amazon.awssdk.services.snowball.model.SnowballRequest.Builder
build
-
Method Details
-
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
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 Amazon Web Services.- Parameters:
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 Amazon Web Services.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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 Amazon Web Services.- Parameters:
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 Amazon Web Services.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
UpdateJobShipmentStateRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateJobShipmentStateRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-