Interface AttachmentError.Builder

    • Method Detail

      • message

        AttachmentError.Builder message​(String message)

        The message associated with the error code.

        Parameters:
        message - The message associated with the error code.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceArn

        AttachmentError.Builder resourceArn​(String resourceArn)

        The ARN of the requested attachment resource.

        Parameters:
        resourceArn - The ARN of the requested attachment resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • requestId

        AttachmentError.Builder requestId​(String requestId)

        The ID of the attachment request.

        Parameters:
        requestId - The ID of the attachment request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.