| Package | Description |
|---|---|
| software.amazon.awscdk.services.lambda |
AWS Lambda Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnFunction.CodeProperty.Builder |
CfnFunction.CodeProperty.builder() |
CfnFunction.CodeProperty.Builder |
CfnFunction.CodeProperty.Builder.imageUri(String imageUri)
Sets the value of
CfnFunction.CodeProperty.getImageUri() |
CfnFunction.CodeProperty.Builder |
CfnFunction.CodeProperty.Builder.s3Bucket(String s3Bucket)
Sets the value of
CfnFunction.CodeProperty.getS3Bucket() |
CfnFunction.CodeProperty.Builder |
CfnFunction.CodeProperty.Builder.s3Key(String s3Key)
Sets the value of
CfnFunction.CodeProperty.getS3Key() |
CfnFunction.CodeProperty.Builder |
CfnFunction.CodeProperty.Builder.s3ObjectVersion(String s3ObjectVersion)
Sets the value of
CfnFunction.CodeProperty.getS3ObjectVersion() |
CfnFunction.CodeProperty.Builder |
CfnFunction.CodeProperty.Builder.zipFile(String zipFile)
Sets the value of
CfnFunction.CodeProperty.getZipFile() |
Copyright © 2021. All rights reserved.