Interface AttachmentDetails.Builder

All Superinterfaces:
Buildable, CopyableBuilder<AttachmentDetails.Builder,AttachmentDetails>, SdkBuilder<AttachmentDetails.Builder,AttachmentDetails>, SdkPojo
Enclosing class:
AttachmentDetails

public static interface AttachmentDetails.Builder extends SdkPojo, CopyableBuilder<AttachmentDetails.Builder,AttachmentDetails>
  • Method Details

    • attachmentId

      AttachmentDetails.Builder attachmentId(String attachmentId)

      The ID of the attachment.

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

      AttachmentDetails.Builder fileName(String fileName)

      The file name of the attachment.

      Parameters:
      fileName - The file name of the attachment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.