Interface LambdaFunctionMetadata.Builder

  • Method Details

    • functionName

      LambdaFunctionMetadata.Builder functionName(String functionName)

      The name of a function.

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

      LambdaFunctionMetadata.Builder functionTags(Map<String,String> functionTags)

      The resource tags on an Amazon Web Services Lambda function.

      Parameters:
      functionTags - The resource tags on an Amazon Web Services Lambda function.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • layers

      The layers for an Amazon Web Services Lambda function. A Lambda function can have up to five layers.

      Parameters:
      layers - The layers for an Amazon Web Services Lambda function. A Lambda function can have up to five layers.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • layers

      The layers for an Amazon Web Services Lambda function. A Lambda function can have up to five layers.

      Parameters:
      layers - The layers for an Amazon Web Services Lambda function. A Lambda function can have up to five layers.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • runtime

      An Amazon Web Services Lambda function's runtime.

      Parameters:
      runtime - An Amazon Web Services Lambda function's runtime.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • runtime

      An Amazon Web Services Lambda function's runtime.

      Parameters:
      runtime - An Amazon Web Services Lambda function's runtime.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: