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.
      • 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