Class UpdateGlossaryTermRequest

    • Method Detail

      • domainIdentifier

        public final String domainIdentifier()

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

        Returns:
        The identifier of the Amazon DataZone domain in which a business glossary term is to be updated.
      • glossaryIdentifier

        public final String glossaryIdentifier()

        The identifier of the business glossary in which a term is to be updated.

        Returns:
        The identifier of the business glossary in which a term is to be updated.
      • identifier

        public final String identifier()

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

        Returns:
        The identifier of the business glossary term that is to be updated.
      • longDescription

        public final String longDescription()

        The long description to be updated as part of the UpdateGlossaryTerm action.

        Returns:
        The long description to be updated as part of the UpdateGlossaryTerm action.
      • name

        public final String name()

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

        Returns:
        The name to be updated as part of the UpdateGlossaryTerm action.
      • shortDescription

        public final String shortDescription()

        The short description to be updated as part of the UpdateGlossaryTerm action.

        Returns:
        The short description to be updated as part of the UpdateGlossaryTerm action.
      • statusAsString

        public final String statusAsString()

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

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

        Returns:
        The status to be updated as part of the UpdateGlossaryTerm action.
        See Also:
        GlossaryTermStatus
      • termRelations

        public final TermRelations termRelations()

        The term relations to be updated as part of the UpdateGlossaryTerm action.

        Returns:
        The term relations to be updated as part of the UpdateGlossaryTerm action.
      • 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