Interface UpdateGlossaryResponse.Builder

    • Method Detail

      • description

        UpdateGlossaryResponse.Builder description​(String description)

        The description to be updated as part of the UpdateGlossary action.

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

        UpdateGlossaryResponse.Builder domainId​(String domainId)

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

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

        UpdateGlossaryResponse.Builder id​(String id)

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

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

        UpdateGlossaryResponse.Builder name​(String name)

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

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

        UpdateGlossaryResponse.Builder owningProjectId​(String owningProjectId)

        The identifier of the project in which to update a business glossary.

        Parameters:
        owningProjectId - The identifier of the project in which to update a business glossary.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        UpdateGlossaryResponse.Builder status​(String status)

        The status to be updated as part of the UpdateGlossary action.

        Parameters:
        status - The status to be updated as part of the UpdateGlossary action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        GlossaryStatus, GlossaryStatus