Interface Content.Builder

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

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

    • text

      Content.Builder text(String text)

      The cited text from the data source.

      Parameters:
      text - The cited text from the data source.
      Returns:
      Returns a reference to this object so that method calls can be chained together.