Interface UserDefinedFunctionInput.Builder

    • Method Detail

      • functionName

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

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

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

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

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