Uses of Class
software.amazon.awscdk.core.DockerRunOptions.Builder
-
Uses of DockerRunOptions.Builder in software.amazon.awscdk.core
Modifier and TypeMethodDescriptionstatic DockerRunOptions.Builder
DockerRunOptions.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()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(DockerRunOptions.Builder builder) Constructor that initializes the object based on literal property values passed by theDockerRunOptions.Builder
.