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 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 example JID123e4567-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 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 interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.