Uses of Class
software.amazon.awscdk.BundlingOptions.Builder
Packages that use BundlingOptions.Builder
-
Uses of BundlingOptions.Builder in software.amazon.awscdk
Methods in software.amazon.awscdk that return BundlingOptions.BuilderModifier and TypeMethodDescriptionstatic BundlingOptions.BuilderBundlingOptions.builder()BundlingOptions.Builder.bundlingFileAccess(BundlingFileAccess bundlingFileAccess) Sets the value ofBundlingOptions.getBundlingFileAccess()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()Sets the value ofBundlingOptions.getNetwork()BundlingOptions.Builder.outputType(BundlingOutput outputType) Sets the value ofBundlingOptions.getOutputType()Sets the value ofBundlingOptions.getPlatform()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.volumesFrom(List<String> volumesFrom) Sets the value ofBundlingOptions.getVolumesFrom()BundlingOptions.Builder.workingDirectory(String workingDirectory) Sets the value ofBundlingOptions.getWorkingDirectory()Constructors in software.amazon.awscdk with parameters of type BundlingOptions.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(BundlingOptions.Builder builder) Constructor that initializes the object based on literal property values passed by theBundlingOptions.Builder.