Class ConnectionTypeVariant

    • Method Detail

      • connectionTypeVariantName

        public final String connectionTypeVariantName()

        The unique identifier for the connection type variant. This name is used internally to identify the specific variant of a connection type.

        Returns:
        The unique identifier for the connection type variant. This name is used internally to identify the specific variant of a connection type.
      • displayName

        public final String displayName()

        The human-readable name for the connection type variant that is displayed in the Glue console.

        Returns:
        The human-readable name for the connection type variant that is displayed in the Glue console.
      • description

        public final String description()

        A detailed description of the connection type variant, including its purpose, use cases, and any specific configuration requirements.

        Returns:
        A detailed description of the connection type variant, including its purpose, use cases, and any specific configuration requirements.
      • logoUrl

        public final String logoUrl()

        The URL of the logo associated with a connection type variant.

        Returns:
        The URL of the logo associated with a connection type variant.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • 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
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)