Interface CreateGlossaryTermResponse.Builder

    • Method Detail

      • domainId

        CreateGlossaryTermResponse.Builder domainId​(String domainId)

        The ID of the Amazon DataZone domain in which this business glossary term is created.

        Parameters:
        domainId - The ID of the Amazon DataZone domain in which this business glossary term is created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • glossaryId

        CreateGlossaryTermResponse.Builder glossaryId​(String glossaryId)

        The ID of the business glossary in which this term is created.

        Parameters:
        glossaryId - The ID of the business glossary in which this term is created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • id

        CreateGlossaryTermResponse.Builder id​(String id)

        The ID of this business glossary term.

        Parameters:
        id - The ID of this business glossary term.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • longDescription

        CreateGlossaryTermResponse.Builder longDescription​(String longDescription)

        The long description of this business glossary term.

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

        CreateGlossaryTermResponse.Builder name​(String name)

        The name of this business glossary term.

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

        CreateGlossaryTermResponse.Builder shortDescription​(String shortDescription)

        The short description of this business glossary term.

        Parameters:
        shortDescription - The short description of this business glossary term.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • termRelations

        CreateGlossaryTermResponse.Builder termRelations​(TermRelations termRelations)

        The term relations of this business glossary term.

        Parameters:
        termRelations - The term relations of this business glossary term.
        Returns:
        Returns a reference to this object so that method calls can be chained together.