Uses of Class
software.amazon.awscdk.services.lambda.python.alpha.BundlingOptions.Builder
Packages that use BundlingOptions.Builder
Package
Description
Amazon Lambda Python Library
-
Uses of BundlingOptions.Builder in software.amazon.awscdk.services.lambda.python.alpha
Methods in software.amazon.awscdk.services.lambda.python.alpha that return BundlingOptions.BuilderModifier and TypeMethodDescriptionBundlingOptions.Builder.assetExcludes(List<String> assetExcludes) Sets the value ofBundlingOptions.getAssetExcludes()Sets the value ofBundlingOptions.getAssetHash()BundlingOptions.Builder.assetHashType(AssetHashType assetHashType) Sets the value ofBundlingOptions.getAssetHashType()Sets the value ofBundlingOptions.getBuildArgs()static BundlingOptions.BuilderBundlingOptions.builder()BundlingOptions.Builder.bundlingFileAccess(BundlingFileAccess bundlingFileAccess) Sets the value ofBundlingOptions.getBundlingFileAccess()Sets the value ofDockerRunOptions.getCommand()BundlingOptions.Builder.commandHooks(ICommandHooks commandHooks) Sets the value ofBundlingOptions.getCommandHooks()BundlingOptions.Builder.entrypoint(List<String> entrypoint) Sets the value ofDockerRunOptions.getEntrypoint()BundlingOptions.Builder.environment(Map<String, String> environment) Sets the value ofDockerRunOptions.getEnvironment()BundlingOptions.Builder.image(DockerImage image) Sets the value ofBundlingOptions.getImage()Sets the value ofDockerRunOptions.getNetwork()BundlingOptions.Builder.outputPathSuffix(String outputPathSuffix) Sets the value ofBundlingOptions.getOutputPathSuffix()Sets the value ofDockerRunOptions.getPlatform()BundlingOptions.Builder.poetryIncludeHashes(Boolean poetryIncludeHashes) Sets the value ofBundlingOptions.getPoetryIncludeHashes()BundlingOptions.Builder.poetryWithoutUrls(Boolean poetryWithoutUrls) Sets the value ofBundlingOptions.getPoetryWithoutUrls()BundlingOptions.Builder.securityOpt(String securityOpt) Sets the value ofDockerRunOptions.getSecurityOpt()Sets the value ofDockerRunOptions.getUser()BundlingOptions.Builder.volumes(List<? extends DockerVolume> volumes) Sets the value ofDockerRunOptions.getVolumes()BundlingOptions.Builder.volumesFrom(List<String> volumesFrom) Sets the value ofDockerRunOptions.getVolumesFrom()BundlingOptions.Builder.workingDirectory(String workingDirectory) Sets the value ofDockerRunOptions.getWorkingDirectory()Constructors in software.amazon.awscdk.services.lambda.python.alpha with parameters of type BundlingOptions.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(BundlingOptions.Builder builder) Constructor that initializes the object based on literal property values passed by theBundlingOptions.Builder.