public static interface Layer.Builder extends SdkPojo, CopyableBuilder<Layer.Builder,Layer>
Modifier and Type | Method and Description |
---|---|
Layer.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the function layer.
|
Layer.Builder |
codeSize(Long codeSize)
The size of the layer archive in bytes.
|
copy
applyMutation, build
Layer.Builder arn(String arn)
The Amazon Resource Name (ARN) of the function layer.
arn
- The Amazon Resource Name (ARN) of the function layer.Layer.Builder codeSize(Long codeSize)
The size of the layer archive in bytes.
codeSize
- The size of the layer archive in bytes.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.