Interface AttachmentInput.Builder

    • Method Detail

      • name

        AttachmentInput.Builder name​(String 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

        AttachmentInput.Builder data​(SdkBytes 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.