Interface UserDefinedFunction.Builder

    • Method Detail

      • functionName

        UserDefinedFunction.Builder functionName​(String functionName)

        The name of the function.

        Parameters:
        functionName - The name of the function.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • databaseName

        UserDefinedFunction.Builder databaseName​(String databaseName)

        The name of the catalog database that contains the function.

        Parameters:
        databaseName - The name of the catalog database that contains the function.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • className

        UserDefinedFunction.Builder className​(String className)

        The Java class that contains the function code.

        Parameters:
        className - The Java class that contains the function code.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ownerName

        UserDefinedFunction.Builder ownerName​(String ownerName)

        The owner of the function.

        Parameters:
        ownerName - The owner of the function.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createTime

        UserDefinedFunction.Builder createTime​(Instant createTime)

        The time at which the function was created.

        Parameters:
        createTime - The time at which the function was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceUris

        UserDefinedFunction.Builder resourceUris​(Collection<ResourceUri> resourceUris)

        The resource URIs for the function.

        Parameters:
        resourceUris - The resource URIs for the function.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceUris

        UserDefinedFunction.Builder resourceUris​(ResourceUri... resourceUris)

        The resource URIs for the function.

        Parameters:
        resourceUris - The resource URIs for the function.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • catalogId

        UserDefinedFunction.Builder catalogId​(String catalogId)

        The ID of the Data Catalog in which the function resides.

        Parameters:
        catalogId - The ID of the Data Catalog in which the function resides.
        Returns:
        Returns a reference to this object so that method calls can be chained together.