Interface CreateGlossaryRequest.Builder

    • Method Detail

      • clientToken

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

        CreateGlossaryRequest.Builder description​(String description)

        The description of this business glossary.

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

        CreateGlossaryRequest.Builder domainIdentifier​(String domainIdentifier)

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

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

        CreateGlossaryRequest.Builder name​(String name)

        The name of this business glossary.

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

        CreateGlossaryRequest.Builder owningProjectIdentifier​(String owningProjectIdentifier)

        The ID of the project that currently owns business glossary.

        Parameters:
        owningProjectIdentifier - The ID of the project that currently owns business glossary.
        Returns:
        Returns a reference to this object so that method calls can be chained together.