Interface Attachment.Builder

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

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

    • fileName

      Attachment.Builder fileName(String fileName)

      The name of the attachment file.

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

      The content of the attachment file.

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