Uses of Class
software.amazon.awscdk.core.DockerRunOptions.Builder
Packages that use DockerRunOptions.Builder
-
Uses of DockerRunOptions.Builder in software.amazon.awscdk.core
Methods in software.amazon.awscdk.core that return DockerRunOptions.BuilderModifier and TypeMethodDescriptionstatic DockerRunOptions.BuilderDockerRunOptions.builder()Sets the value ofDockerRunOptions.getCommand()DockerRunOptions.Builder.entrypoint(List<String> entrypoint) Sets the value ofDockerRunOptions.getEntrypoint()DockerRunOptions.Builder.environment(Map<String, String> environment) Sets the value ofDockerRunOptions.getEnvironment()DockerRunOptions.Builder.securityOpt(String securityOpt) Sets the value ofDockerRunOptions.getSecurityOpt()Sets the value ofDockerRunOptions.getUser()DockerRunOptions.Builder.volumes(List<? extends DockerVolume> volumes) Sets the value ofDockerRunOptions.getVolumes()DockerRunOptions.Builder.workingDirectory(String workingDirectory) Sets the value ofDockerRunOptions.getWorkingDirectory()Constructors in software.amazon.awscdk.core with parameters of type DockerRunOptions.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(DockerRunOptions.Builder builder) Constructor that initializes the object based on literal property values passed by theDockerRunOptions.Builder.