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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AwsLambdaFunctionLayer.Builderarn(String arn)The ARN of the function layer.AwsLambdaFunctionLayer.BuildercodeSize(Integer codeSize)The size of the layer archive in bytes.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
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.
-
-