Interface AwsLambdaFunctionLayer.Builder

    • Method Detail

      • arn

        AwsLambdaFunctionLayer.Builder arn​(String arn)

        The ARN of the function layer.

        Parameters:
        arn - The ARN of the function layer.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • codeSize

        AwsLambdaFunctionLayer.Builder codeSize​(Integer codeSize)

        The size of the layer archive in bytes.

        Parameters:
        codeSize - The size of the layer archive in bytes.
        Returns:
        Returns a reference to this object so that method calls can be chained together.