Interface Content.Builder

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

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

    • data

      Content.Builder data(String data)

      The textual data of the content.

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

      Content.Builder charset(String charset)

      The character set of the content.

      Parameters:
      charset - The character set of the content.
      Returns:
      Returns a reference to this object so that method calls can be chained together.