Uses of Class
software.amazon.awscdk.core.BundlingOptions.Builder
Packages that use BundlingOptions.Builder
-
Uses of BundlingOptions.Builder in software.amazon.awscdk.core
Methods in software.amazon.awscdk.core that return BundlingOptions.BuilderModifier and TypeMethodDescriptionstatic BundlingOptions.BuilderBundlingOptions.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()Constructors in software.amazon.awscdk.core with parameters of type BundlingOptions.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(BundlingOptions.Builder builder) Constructor that initializes the object based on literal property values passed by theBundlingOptions.Builder.