Class StarburstParameters

    • Method Detail

      • host

        public final String host()

        The host name of the Starburst data source.

        Returns:
        The host name of the Starburst data source.
      • port

        public final Integer port()

        The port for the Starburst data source.

        Returns:
        The port for the Starburst data source.
      • catalog

        public final String catalog()

        The catalog name for the Starburst data source.

        Returns:
        The catalog name for the Starburst data source.
      • databaseAccessControlRole

        public final String databaseAccessControlRole()

        The database access control role.

        Returns:
        The database access control role.
      • authenticationType

        public final AuthenticationType authenticationType()

        The authentication type that you want to use for your connection. This parameter accepts OAuth and non-OAuth authentication types.

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

        Returns:
        The authentication type that you want to use for your connection. This parameter accepts OAuth and non-OAuth authentication types.
        See Also:
        AuthenticationType
      • authenticationTypeAsString

        public final String authenticationTypeAsString()

        The authentication type that you want to use for your connection. This parameter accepts OAuth and non-OAuth authentication types.

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

        Returns:
        The authentication type that you want to use for your connection. This parameter accepts OAuth and non-OAuth authentication types.
        See Also:
        AuthenticationType
      • oAuthParameters

        public final OAuthParameters oAuthParameters()

        An object that contains information needed to create a data source connection between an QuickSight account and Starburst.

        Returns:
        An object that contains information needed to create a data source connection between an QuickSight account and Starburst.
      • 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)