Interface AttachmentInput.Builder

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

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

    • name

      The name of the file.

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

      The data contained within the uploaded file.

      Parameters:
      data - The data contained within the uploaded file.
      Returns:
      Returns a reference to this object so that method calls can be chained together.