Class CreateGlossaryRequest

    • 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.
      • description

        public final String description()

        The description of this business glossary.

        Returns:
        The description of this business glossary.
      • domainIdentifier

        public final String domainIdentifier()

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

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

        public final String name()

        The name of this business glossary.

        Returns:
        The name of this business glossary.
      • owningProjectIdentifier

        public final String owningProjectIdentifier()

        The ID of the project that currently owns business glossary.

        Returns:
        The ID of the project that currently owns business glossary.
      • statusAsString

        public final String statusAsString()

        The status of this business glossary.

        If the service returns an enum value that is not available in the current SDK version, status will return GlossaryStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from statusAsString().

        Returns:
        The status of this business glossary.
        See Also:
        GlossaryStatus
      • 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