@Stability(value=Experimental) @Internal public static final class EfsFileSystemLocationProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements EfsFileSystemLocationProps
EfsFileSystemLocationPropssoftware.amazon.jsii.JsiiObject.InitializationModeEfsFileSystemLocationProps.Builder, EfsFileSystemLocationProps.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 identifier,
String location,
String mountPoint,
String mountOptions)
Constructor that initializes the object based on literal property values passed by the
EfsFileSystemLocationProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getIdentifier()
(experimental) The name used to access a file system created by Amazon EFS.
|
String |
getLocation()
(experimental) A string that specifies the location of the file system, like Amazon EFS.
|
String |
getMountOptions()
(experimental) The mount options for a file system such as Amazon EFS.
|
String |
getMountPoint()
(experimental) The location in the container where you mount the file system.
|
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 identifier, String location, String mountPoint, String mountOptions)
EfsFileSystemLocationProps.Builder.public final String getIdentifier()
EfsFileSystemLocationPropsgetIdentifier in interface EfsFileSystemLocationPropspublic final String getLocation()
EfsFileSystemLocationPropsExample:
// Example automatically generated without compilation. See https://github.com/aws/jsii/issues/826 'fs-abcd1234.efs.us-west-2.amazonaws.com:/my-efs-mount-directory'.get();
getLocation in interface EfsFileSystemLocationPropspublic final String getMountPoint()
EfsFileSystemLocationPropsgetMountPoint in interface EfsFileSystemLocationPropspublic final String getMountOptions()
EfsFileSystemLocationPropsDefault: 'nfsvers=4.1,rsize=1048576,wsize=1048576,hard,timeo=600,retrans=2'.
getMountOptions in interface EfsFileSystemLocationProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.