Class GetUserDefinedFunctionsRequest

    • Method Detail

      • catalogId

        public final String catalogId()

        The ID of the Data Catalog where the functions to be retrieved are located. If none is provided, the Amazon Web Services account ID is used by default.

        Returns:
        The ID of the Data Catalog where the functions to be retrieved are located. If none is provided, the Amazon Web Services account ID is used by default.
      • databaseName

        public final String databaseName()

        The name of the catalog database where the functions are located. If none is provided, functions from all the databases across the catalog will be returned.

        Returns:
        The name of the catalog database where the functions are located. If none is provided, functions from all the databases across the catalog will be returned.
      • pattern

        public final String pattern()

        An optional function-name pattern string that filters the function definitions returned.

        Returns:
        An optional function-name pattern string that filters the function definitions returned.
      • functionType

        public final FunctionType functionType()

        An optional function-type pattern string that filters the function definitions returned from Amazon Redshift Federated Permissions Catalog.

        Specify a value of REGULAR_FUNCTION or STORED_PROCEDURE. The STORED_PROCEDURE function type is only compatible with Amazon Redshift Federated Permissions Catalog.

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

        Returns:
        An optional function-type pattern string that filters the function definitions returned from Amazon Redshift Federated Permissions Catalog.

        Specify a value of REGULAR_FUNCTION or STORED_PROCEDURE. The STORED_PROCEDURE function type is only compatible with Amazon Redshift Federated Permissions Catalog.

        See Also:
        FunctionType
      • functionTypeAsString

        public final String functionTypeAsString()

        An optional function-type pattern string that filters the function definitions returned from Amazon Redshift Federated Permissions Catalog.

        Specify a value of REGULAR_FUNCTION or STORED_PROCEDURE. The STORED_PROCEDURE function type is only compatible with Amazon Redshift Federated Permissions Catalog.

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

        Returns:
        An optional function-type pattern string that filters the function definitions returned from Amazon Redshift Federated Permissions Catalog.

        Specify a value of REGULAR_FUNCTION or STORED_PROCEDURE. The STORED_PROCEDURE function type is only compatible with Amazon Redshift Federated Permissions Catalog.

        See Also:
        FunctionType
      • nextToken

        public final String nextToken()

        A continuation token, if this is a continuation call.

        Returns:
        A continuation token, if this is a continuation call.
      • maxResults

        public final Integer maxResults()

        The maximum number of functions to return in one response.

        Returns:
        The maximum number of functions to return in one response.
      • 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