Interface CreateRegistrationAttachmentResponse.Builder

  • Method Details

    • registrationAttachmentArn

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

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

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

      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:
    • tags

      An array of tags (key and value pairs) to associate with the registration attachment.

      Parameters:
      tags - An array of tags (key and value pairs) to associate with the registration attachment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      An array of tags (key and value pairs) to associate with the registration attachment.

      Parameters:
      tags - An array of tags (key and value pairs) to associate with the registration attachment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      An array of tags (key and value pairs) to associate with the registration attachment.

      This is a convenience method that creates an instance of the Tag.Builder avoiding the need to create one manually via Tag.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to tags(List<Tag>).

      Parameters:
      tags - a consumer that will call methods on Tag.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • createdTimestamp

      CreateRegistrationAttachmentResponse.Builder createdTimestamp(Instant createdTimestamp)

      The time when the registration attachment was created, in UNIX epoch time format.

      Parameters:
      createdTimestamp - The time when the registration attachment was created, in UNIX epoch time format.
      Returns:
      Returns a reference to this object so that method calls can be chained together.