Uses of Class
software.amazon.awscdk.DockerRunOptions.Builder
Packages that use DockerRunOptions.Builder
-
Uses of DockerRunOptions.Builder in software.amazon.awscdk
Methods in software.amazon.awscdk 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()Sets the value ofDockerRunOptions.getNetwork()Sets the value ofDockerRunOptions.getPlatform()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.volumesFrom(List<String> volumesFrom) Sets the value ofDockerRunOptions.getVolumesFrom()DockerRunOptions.Builder.workingDirectory(String workingDirectory) Sets the value ofDockerRunOptions.getWorkingDirectory()Constructors in software.amazon.awscdk with parameters of type DockerRunOptions.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(DockerRunOptions.Builder builder) Constructor that initializes the object based on literal property values passed by theDockerRunOptions.Builder.