Interface FunctionConfig.Builder

All Superinterfaces:
Buildable, CopyableBuilder<FunctionConfig.Builder,FunctionConfig>, SdkBuilder<FunctionConfig.Builder,FunctionConfig>, SdkPojo
Enclosing class:
FunctionConfig

public static interface FunctionConfig.Builder extends SdkPojo, CopyableBuilder<FunctionConfig.Builder,FunctionConfig>
  • Method Details

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