Interface UpdateGlossaryTermResponse.Builder

    • Method Detail

      • domainId

        UpdateGlossaryTermResponse.Builder domainId​(String domainId)

        The identifier of the Amazon DataZone domain in which a business glossary term is to be updated.

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

        UpdateGlossaryTermResponse.Builder glossaryId​(String glossaryId)

        The identifier of the business glossary in which a term is to be updated.

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

        UpdateGlossaryTermResponse.Builder id​(String id)

        The identifier of the business glossary term that is to be updated.

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

        UpdateGlossaryTermResponse.Builder longDescription​(String longDescription)

        The long description to be updated as part of the UpdateGlossaryTerm action.

        Parameters:
        longDescription - The long description to be updated as part of the UpdateGlossaryTerm action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        UpdateGlossaryTermResponse.Builder name​(String name)

        The name to be updated as part of the UpdateGlossaryTerm action.

        Parameters:
        name - The name to be updated as part of the UpdateGlossaryTerm action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • shortDescription

        UpdateGlossaryTermResponse.Builder shortDescription​(String shortDescription)

        The short description to be updated as part of the UpdateGlossaryTerm action.

        Parameters:
        shortDescription - The short description to be updated as part of the UpdateGlossaryTerm action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • termRelations

        UpdateGlossaryTermResponse.Builder termRelations​(TermRelations termRelations)

        The term relations to be updated as part of the UpdateGlossaryTerm action.

        Parameters:
        termRelations - The term relations to be updated as part of the UpdateGlossaryTerm action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.