Interface CreateReturnShippingLabelRequest.Builder

    • Method Detail

      • jobId

        CreateReturnShippingLabelRequest.Builder jobId​(String 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, ShippingOption
      • shippingOption

        CreateReturnShippingLabelRequest.Builder shippingOption​(ShippingOption 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, ShippingOption