Interface UpdateGlossaryRequest.Builder

    • Method Detail

      • clientToken

        UpdateGlossaryRequest.Builder clientToken​(String clientToken)

        A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.

        Parameters:
        clientToken - A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        UpdateGlossaryRequest.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.
      • domainIdentifier

        UpdateGlossaryRequest.Builder domainIdentifier​(String domainIdentifier)

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

        Parameters:
        domainIdentifier - 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.
      • identifier

        UpdateGlossaryRequest.Builder identifier​(String identifier)

        The identifier of the business glossary to be updated.

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

        UpdateGlossaryRequest.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.
      • status

        UpdateGlossaryRequest.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