Class CreateGlossaryTermRequest

    • Method Detail

      • clientToken

        public final String clientToken()

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

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

        public final String domainIdentifier()

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

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

        public final String glossaryIdentifier()

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

        Returns:
        The ID of the business glossary in which this term is created.
      • longDescription

        public final String longDescription()

        The long description of this business glossary term.

        Returns:
        The long description of this business glossary term.
      • name

        public final String name()

        The name of this business glossary term.

        Returns:
        The name of this business glossary term.
      • shortDescription

        public final String shortDescription()

        The short description of this business glossary term.

        Returns:
        The short description of this business glossary term.
      • termRelations

        public final TermRelations termRelations()

        The term relations of this business glossary term.

        Returns:
        The term relations of this business glossary term.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object