Interface FunctionConfig.Builder

    • Method Detail

      • comment

        FunctionConfig.Builder comment​(String comment)

        A comment to describe the function.

        Parameters:
        comment - A comment to describe the function.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • runtime

        FunctionConfig.Builder runtime​(String runtime)

        The function's runtime environment verion.

        Parameters:
        runtime - The function's runtime environment verion.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FunctionRuntime, FunctionRuntime