@Stability(value=Stable) public static final class DockerRunOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DockerRunOptions
DockerRunOptionssoftware.amazon.jsii.JsiiObject.InitializationModeDockerRunOptions.Builder, DockerRunOptions.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
List<String> |
getCommand()
The command to run in the container.
|
Map<String,String> |
getEnvironment()
The environment variables to pass to the container.
|
String |
getUser()
The user to use when running the container.
|
List<DockerVolume> |
getVolumes()
Docker volumes to mount.
|
String |
getWorkingDirectory()
Working directory inside the container.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.public List<String> getCommand()
DockerRunOptionsDefault: - run the command defined in the image
getCommand in interface DockerRunOptionspublic Map<String,String> getEnvironment()
DockerRunOptionsDefault: - no environment variables.
getEnvironment in interface DockerRunOptionspublic String getUser()
DockerRunOptionsDefault: - root or image default
getUser in interface DockerRunOptionspublic List<DockerVolume> getVolumes()
DockerRunOptionsDefault: - no volumes are mounted
getVolumes in interface DockerRunOptionspublic String getWorkingDirectory()
DockerRunOptionsDefault: - image default
getWorkingDirectory in interface DockerRunOptionspublic com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2020. All rights reserved.