@Stability(value=Experimental) @Internal public static final class EfsFileSystemLocationProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements EfsFileSystemLocationProps
EfsFileSystemLocationProps
software.amazon.jsii.JsiiObject.InitializationMode
EfsFileSystemLocationProps.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, jsiiStaticSet
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.protected Jsii$Proxy(String identifier, String location, String mountPoint, String mountOptions)
EfsFileSystemLocationProps.Builder
.public final String getIdentifier()
EfsFileSystemLocationProps
getIdentifier
in interface EfsFileSystemLocationProps
public final String getLocation()
EfsFileSystemLocationProps
Example:
// 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 EfsFileSystemLocationProps
public final String getMountPoint()
EfsFileSystemLocationProps
getMountPoint
in interface EfsFileSystemLocationProps
public final String getMountOptions()
EfsFileSystemLocationProps
Default: '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.JsiiSerializable
Copyright © 2021. All rights reserved.