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 Summary
Modifier and TypeMethodDescriptionThe ARN of the function layer.The size of the layer archive in bytes.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
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.
 
 
 -