Interface Function.Builder

    • Method Detail

      • functionArn

        Function.Builder functionArn​(String functionArn)
        The ARN of the Lambda function.
        Parameters:
        functionArn - The ARN of the Lambda function.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • functionConfiguration

        Function.Builder functionConfiguration​(FunctionConfiguration functionConfiguration)
        The configuration of the Lambda function.
        Parameters:
        functionConfiguration - The configuration of the Lambda function.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • id

        Function.Builder id​(String id)
        A descriptive or arbitrary ID for the function. This value must be unique within the function definition version. Max length is 128 characters with pattern ''[a-zA-Z0-9:_-]+''.
        Parameters:
        id - A descriptive or arbitrary ID for the function. This value must be unique within the function definition version. Max length is 128 characters with pattern ''[a-zA-Z0-9:_-]+''.
        Returns:
        Returns a reference to this object so that method calls can be chained together.