@Stability(value=Stable) @Internal 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.
|
protected |
Jsii$Proxy(String path,
Number mode)
Constructor that initializes the object based on literal property values passed by the
PathMapping.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Number |
getMode()
Optional: mode bits to use on this file, must be a value between 0 and 0777.
|
String |
getPath()
The relative path of the file to map the key to.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(String path, Number mode)
PathMapping.Builder.public final String getPath()
PathMappingMay not be an absolute path. May not contain the path element '..'. May not start with the string '..'.
getPath in interface PathMappingpublic final 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 PathMapping@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.