Interface ReturnInformation.Builder

    • Method Detail

      • replacementOrderArn

        ReturnInformation.Builder replacementOrderArn​(String replacementOrderArn)

        The Amazon Resource Name (ARN) of the replacement order.

        Parameters:
        replacementOrderArn - The Amazon Resource Name (ARN) of the replacement order.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • returnReason

        ReturnInformation.Builder returnReason​(String returnReason)

        The reason for the return. If the return request did not include a reason for the return, this value is null.

        Parameters:
        returnReason - The reason for the return. If the return request did not include a reason for the return, this value is null.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • shippingAddress

        ReturnInformation.Builder shippingAddress​(Address shippingAddress)

        The shipping address.

        Parameters:
        shippingAddress - The shipping address.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • shippingLabel

        ReturnInformation.Builder shippingLabel​(String shippingLabel)

        The URL of the shipping label. The shipping label is available for download only if the status of the network resource is PENDING_RETURN. For more information, see Return a radio unit.

        Parameters:
        shippingLabel - The URL of the shipping label. The shipping label is available for download only if the status of the network resource is PENDING_RETURN. For more information, see Return a radio unit.
        Returns:
        Returns a reference to this object so that method calls can be chained together.