Interface DeleteRegistrationAttachmentResponse.Builder

    • Method Detail

      • registrationAttachmentArn

        DeleteRegistrationAttachmentResponse.Builder registrationAttachmentArn​(String registrationAttachmentArn)

        The Amazon Resource Name (ARN) for the registration attachment.

        Parameters:
        registrationAttachmentArn - The Amazon Resource Name (ARN) for the registration attachment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • registrationAttachmentId

        DeleteRegistrationAttachmentResponse.Builder registrationAttachmentId​(String registrationAttachmentId)

        The unique identifier for the registration attachment.

        Parameters:
        registrationAttachmentId - The unique identifier for the registration attachment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • attachmentStatus

        DeleteRegistrationAttachmentResponse.Builder attachmentStatus​(String attachmentStatus)

        The status of the registration attachment.

        • UPLOAD_IN_PROGRESS The attachment is being uploaded.

        • UPLOAD_COMPLETE The attachment has been uploaded.

        • UPLOAD_FAILED The attachment failed to uploaded.

        • DELETED The attachment has been deleted..

        Parameters:
        attachmentStatus - The status of the registration attachment.

        • UPLOAD_IN_PROGRESS The attachment is being uploaded.

        • UPLOAD_COMPLETE The attachment has been uploaded.

        • UPLOAD_FAILED The attachment failed to uploaded.

        • DELETED The attachment has been deleted..

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AttachmentStatus, AttachmentStatus
      • attachmentStatus

        DeleteRegistrationAttachmentResponse.Builder attachmentStatus​(AttachmentStatus attachmentStatus)

        The status of the registration attachment.

        • UPLOAD_IN_PROGRESS The attachment is being uploaded.

        • UPLOAD_COMPLETE The attachment has been uploaded.

        • UPLOAD_FAILED The attachment failed to uploaded.

        • DELETED The attachment has been deleted..

        Parameters:
        attachmentStatus - The status of the registration attachment.

        • UPLOAD_IN_PROGRESS The attachment is being uploaded.

        • UPLOAD_COMPLETE The attachment has been uploaded.

        • UPLOAD_FAILED The attachment failed to uploaded.

        • DELETED The attachment has been deleted..

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AttachmentStatus, AttachmentStatus