Interface Lexicon.Builder

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

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

    • content

      Lexicon.Builder content(String content)

      Lexicon content in string format. The content of a lexicon must be in PLS format.

      Parameters:
      content - Lexicon content in string format. The content of a lexicon must be in PLS format.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      Lexicon.Builder name(String name)

      Name of the lexicon.

      Parameters:
      name - Name of the lexicon.
      Returns:
      Returns a reference to this object so that method calls can be chained together.