Uses of Class
software.amazon.awscdk.core.BundlingOptions.Builder
-
Uses of BundlingOptions.Builder in software.amazon.awscdk.core
Modifier and TypeMethodDescriptionstatic BundlingOptions.Builder
BundlingOptions.builder()
Sets the value ofBundlingOptions.getCommand()
BundlingOptions.Builder.entrypoint
(List<String> entrypoint) Sets the value ofBundlingOptions.getEntrypoint()
BundlingOptions.Builder.environment
(Map<String, String> environment) Sets the value ofBundlingOptions.getEnvironment()
BundlingOptions.Builder.image
(DockerImage image) Sets the value ofBundlingOptions.getImage()
BundlingOptions.Builder.local
(ILocalBundling local) Sets the value ofBundlingOptions.getLocal()
BundlingOptions.Builder.outputType
(BundlingOutput outputType) Sets the value ofBundlingOptions.getOutputType()
BundlingOptions.Builder.securityOpt
(String securityOpt) Sets the value ofBundlingOptions.getSecurityOpt()
Sets the value ofBundlingOptions.getUser()
BundlingOptions.Builder.volumes
(List<? extends DockerVolume> volumes) Sets the value ofBundlingOptions.getVolumes()
BundlingOptions.Builder.workingDirectory
(String workingDirectory) Sets the value ofBundlingOptions.getWorkingDirectory()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(BundlingOptions.Builder builder) Constructor that initializes the object based on literal property values passed by theBundlingOptions.Builder
.