@Stability(value=Experimental) public static final class PathMapping.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements PathMapping
PathMappingsoftware.amazon.jsii.JsiiObject.InitializationModePathMapping.Builder, PathMapping.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) |
Number |
getMode()
(experimental) Optional: mode bits to use on this file, must be a value between 0 and 0777.
|
String |
getPath()
(experimental) The relative path of the file to map the key to.
|
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 String getPath()
PathMappingMay not be an absolute path. May not contain the path element '..'. May not start with the string '..'.
getPath in interface PathMappingpublic Number getMode()
PathMappingIf not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.
getMode in interface PathMappingpublic com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2020. All rights reserved.