public static final class CfnJobDefinition.MountPointsProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnJobDefinition.MountPointsProperty
CfnJobDefinition.MountPointsProperty
CfnJobDefinition.MountPointsProperty.Builder, CfnJobDefinition.MountPointsProperty.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(java.lang.Object o) |
java.lang.String |
getContainerPath()
The path on the container where the host volume is mounted.
|
java.lang.Object |
getReadOnly()
If this value is `true` , the container has read-only access to the volume.
|
java.lang.String |
getSourceVolume()
The name of the volume to mount.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getContainerPath()
CfnJobDefinition.MountPointsProperty
getContainerPath
in interface CfnJobDefinition.MountPointsProperty
public final java.lang.Object getReadOnly()
CfnJobDefinition.MountPointsProperty
Otherwise, the container can write to the volume. The default value is false
.
getReadOnly
in interface CfnJobDefinition.MountPointsProperty
public final java.lang.String getSourceVolume()
CfnJobDefinition.MountPointsProperty
getSourceVolume
in interface CfnJobDefinition.MountPointsProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()