Uses of Class
software.amazon.awscdk.services.lambda.python.BundlingOptions.Builder
Packages that use BundlingOptions.Builder
-
Uses of BundlingOptions.Builder in software.amazon.awscdk.services.lambda.python
Methods in software.amazon.awscdk.services.lambda.python that return BundlingOptions.BuilderModifier and TypeMethodDescriptionSets the value ofBundlingOptions.getAssetHash()
BundlingOptions.Builder.assetHashType
(AssetHashType assetHashType) Sets the value ofBundlingOptions.getAssetHashType()
Sets the value ofBundlingOptions.getBuildArgs()
static BundlingOptions.Builder
BundlingOptions.builder()
BundlingOptions.Builder.environment
(Map<String, String> environment) Sets the value ofBundlingOptions.getEnvironment()
BundlingOptions.Builder.image
(DockerImage image) Sets the value ofBundlingOptions.getImage()
BundlingOptions.Builder.outputPathSuffix
(String outputPathSuffix) Sets the value ofBundlingOptions.getOutputPathSuffix()
Constructors in software.amazon.awscdk.services.lambda.python with parameters of type BundlingOptions.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(BundlingOptions.Builder builder) Constructor that initializes the object based on literal property values passed by theBundlingOptions.Builder
.