Class SnowflakeParameters

    • Method Detail

      • host

        public final String host()

        Host.

        Returns:
        Host.
      • database

        public final String database()

        Database.

        Returns:
        Database.
      • warehouse

        public final String warehouse()

        Warehouse.

        Returns:
        Warehouse.
      • 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
      • databaseAccessControlRole

        public final String databaseAccessControlRole()

        The database access control role.

        Returns:
        The database access control role.
      • oAuthParameters

        public final OAuthParameters oAuthParameters()

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

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