Interface AwsLambdaFunctionLayer.Builder

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

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

    • 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

      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.