Class EfsFileSystemLocationProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.codebuild.EfsFileSystemLocationProps.Jsii$Proxy
- All Implemented Interfaces:
- EfsFileSystemLocationProps,- software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- EfsFileSystemLocationProps
@Stability(Stable)
@Internal
public static final class EfsFileSystemLocationProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements EfsFileSystemLocationProps
An implementation for 
EfsFileSystemLocationProps- 
Nested Class SummaryNested classes/interfaces inherited from class software.amazon.jsii.JsiiObjectsoftware.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.codebuild.EfsFileSystemLocationPropsEfsFileSystemLocationProps.Builder, EfsFileSystemLocationProps.Jsii$Proxy
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theEfsFileSystemLocationProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.
- 
Method SummaryModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe name used to access a file system created by Amazon EFS.final StringA string that specifies the location of the file system, like Amazon EFS.final StringThe mount options for a file system such as Amazon EFS.final StringThe location in the container where you mount the file system.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObjectjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
- 
Constructor Details- 
Jsii$Proxyprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
- objRef- Reference to the JSII managed object.
 
- 
Jsii$ProxyConstructor that initializes the object based on literal property values passed by theEfsFileSystemLocationProps.Builder.
 
- 
- 
Method Details- 
getIdentifierDescription copied from interface:EfsFileSystemLocationPropsThe name used to access a file system created by Amazon EFS.- Specified by:
- getIdentifierin interface- EfsFileSystemLocationProps
 
- 
getLocationDescription copied from interface:EfsFileSystemLocationPropsA string that specifies the location of the file system, like Amazon EFS.This value looks like fs-abcd1234.efs.us-west-2.amazonaws.com:/my-efs-mount-directory.- Specified by:
- getLocationin interface- EfsFileSystemLocationProps
 
- 
getMountPointDescription copied from interface:EfsFileSystemLocationPropsThe location in the container where you mount the file system.- Specified by:
- getMountPointin interface- EfsFileSystemLocationProps
 
- 
getMountOptionsDescription copied from interface:EfsFileSystemLocationPropsThe mount options for a file system such as Amazon EFS.Default: 'nfsvers=4.1,rsize=1048576,wsize=1048576,hard,timeo=600,retrans=2'. - Specified by:
- getMountOptionsin interface- EfsFileSystemLocationProps
 
- 
$jsii$toJson@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
- $jsii$toJsonin interface- software.amazon.jsii.JsiiSerializable
 
- 
equals
- 
hashCodepublic final int hashCode()
 
-