| Package | Description |
|---|---|
| software.amazon.awscdk.services.lambda.cloudformation |
| Modifier and Type | Method and Description |
|---|---|
static FunctionResource.CodeProperty.Builder |
FunctionResource.CodeProperty.builder() |
FunctionResource.CodeProperty.Builder |
FunctionResource.CodeProperty.Builder.withS3Bucket(String value)
Sets the value of S3Bucket
|
FunctionResource.CodeProperty.Builder |
FunctionResource.CodeProperty.Builder.withS3Bucket(software.amazon.awscdk.Token value)
Sets the value of S3Bucket
|
FunctionResource.CodeProperty.Builder |
FunctionResource.CodeProperty.Builder.withS3Key(String value)
Sets the value of S3Key
|
FunctionResource.CodeProperty.Builder |
FunctionResource.CodeProperty.Builder.withS3Key(software.amazon.awscdk.Token value)
Sets the value of S3Key
|
FunctionResource.CodeProperty.Builder |
FunctionResource.CodeProperty.Builder.withS3ObjectVersion(String value)
Sets the value of S3ObjectVersion
|
FunctionResource.CodeProperty.Builder |
FunctionResource.CodeProperty.Builder.withS3ObjectVersion(software.amazon.awscdk.Token value)
Sets the value of S3ObjectVersion
|
FunctionResource.CodeProperty.Builder |
FunctionResource.CodeProperty.Builder.withZipFile(String value)
Sets the value of ZipFile
|
FunctionResource.CodeProperty.Builder |
FunctionResource.CodeProperty.Builder.withZipFile(software.amazon.awscdk.Token value)
Sets the value of ZipFile
|
Copyright © 2018. All rights reserved.