| Package | Description |
|---|---|
| software.amazon.awscdk.services.lambda.python |
Amazon Lambda Python Library
|
| Modifier and Type | Method and Description |
|---|---|
BundlingOptions.Builder |
BundlingOptions.Builder.assetHash(String assetHash)
Sets the value of
BundlingOptions.getAssetHash() |
BundlingOptions.Builder |
BundlingOptions.Builder.assetHashType(AssetHashType assetHashType)
Sets the value of
BundlingOptions.getAssetHashType() |
BundlingOptions.Builder |
BundlingOptions.Builder.buildArgs(Map<String,String> buildArgs)
Sets the value of
BundlingOptions.getBuildArgs() |
static BundlingOptions.Builder |
BundlingOptions.builder() |
BundlingOptions.Builder |
BundlingOptions.Builder.image(DockerImage image)
Sets the value of
BundlingOptions.getImage() |
BundlingOptions.Builder |
BundlingOptions.Builder.outputPathSuffix(String outputPathSuffix)
Sets the value of
BundlingOptions.getOutputPathSuffix() |
| Constructor and Description |
|---|
Jsii$Proxy(BundlingOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by the
BundlingOptions.Builder. |
Copyright © 2022. All rights reserved.