public static interface AwsLambdaFunctionLayer.Builder extends SdkPojo, CopyableBuilder<AwsLambdaFunctionLayer.Builder,AwsLambdaFunctionLayer>
| Modifier and Type | Method and Description |
|---|---|
AwsLambdaFunctionLayer.Builder |
arn(String arn)
The ARN of the function layer.
|
AwsLambdaFunctionLayer.Builder |
codeSize(Integer codeSize)
The size of the layer archive in bytes.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsLambdaFunctionLayer.Builder arn(String arn)
The ARN of the function layer.
arn - The ARN of the function layer.AwsLambdaFunctionLayer.Builder codeSize(Integer codeSize)
The size of the layer archive in bytes.
codeSize - The size of the layer archive in bytes.Copyright © 2023. All rights reserved.