Interface CreateGlossaryResponse.Builder

  • Method Details

    • id

      The unique identifier of the glossary.

      Parameters:
      id - The unique identifier of the glossary.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The name of the glossary.

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

      CreateGlossaryResponse.Builder description(String description)

      The description of the glossary.

      Parameters:
      description - The description of the glossary.
      Returns:
      Returns a reference to this object so that method calls can be chained together.