Interface CreateReturnShippingLabelRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<CreateReturnShippingLabelRequest.Builder,CreateReturnShippingLabelRequest>, SdkBuilder<CreateReturnShippingLabelRequest.Builder,CreateReturnShippingLabelRequest>, SdkPojo, SdkRequest.Builder, SnowballRequest.Builder
Enclosing class:
CreateReturnShippingLabelRequest

public static interface CreateReturnShippingLabelRequest.Builder extends SnowballRequest.Builder, SdkPojo, CopyableBuilder<CreateReturnShippingLabelRequest.Builder,CreateReturnShippingLabelRequest>
  • Method Details

    • jobId

      The ID for a job that you want to create the return shipping label for; for example, JID123e4567-e89b-12d3-a456-426655440000.

      Parameters:
      jobId - The ID for a job that you want to create the return shipping label for; for example, JID123e4567-e89b-12d3-a456-426655440000.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • shippingOption

      CreateReturnShippingLabelRequest.Builder shippingOption(String shippingOption)

      The shipping speed for a particular job. This speed doesn't dictate how soon the device is returned to Amazon Web Services. This speed represents how quickly it moves to its destination while in transit. Regional shipping speeds are as follows:

      Parameters:
      shippingOption - The shipping speed for a particular job. This speed doesn't dictate how soon the device is returned to Amazon Web Services. This speed represents how quickly it moves to its destination while in transit. Regional shipping speeds are as follows:
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • shippingOption

      The shipping speed for a particular job. This speed doesn't dictate how soon the device is returned to Amazon Web Services. This speed represents how quickly it moves to its destination while in transit. Regional shipping speeds are as follows:

      Parameters:
      shippingOption - The shipping speed for a particular job. This speed doesn't dictate how soon the device is returned to Amazon Web Services. This speed represents how quickly it moves to its destination while in transit. Regional shipping speeds are as follows:
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • overrideConfiguration

      CreateReturnShippingLabelRequest.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.