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.
|
Layer.Builder |
signingJobArn(String signingJobArn)
The Amazon Resource Name (ARN) of a signing job.
|
Layer.Builder |
signingProfileVersionArn(String signingProfileVersionArn)
The Amazon Resource Name (ARN) for a signing profile version.
|
equalsBySdkFields, sdkFields
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.Layer.Builder signingProfileVersionArn(String signingProfileVersionArn)
The Amazon Resource Name (ARN) for a signing profile version.
signingProfileVersionArn
- The Amazon Resource Name (ARN) for a signing profile version.Layer.Builder signingJobArn(String signingJobArn)
The Amazon Resource Name (ARN) of a signing job.
signingJobArn
- The Amazon Resource Name (ARN) of a signing job.Copyright © 2021. All rights reserved.