Class AccessPointAttributes.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.efs.AccessPointAttributes.Jsii$Proxy
- All Implemented Interfaces:
AccessPointAttributes,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
AccessPointAttributes
@Stability(Stable)
@Internal
public static final class AccessPointAttributes.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements AccessPointAttributes
An implementation for
AccessPointAttributes-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.efs.AccessPointAttributes
AccessPointAttributes.Builder, AccessPointAttributes.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(AccessPointAttributes.Builder builder) Constructor that initializes the object based on literal property values passed by theAccessPointAttributes.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe ARN of the AccessPoint One of this, oraccessPointIdis required.final StringThe ID of the AccessPoint One of this, oraccessPointArnis required.final IFileSystemThe EFS file system.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected 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$Proxy
Constructor that initializes the object based on literal property values passed by theAccessPointAttributes.Builder.
-
-
Method Details
-
getAccessPointArn
Description copied from interface:AccessPointAttributesThe ARN of the AccessPoint One of this, oraccessPointIdis required.Default: - determined based on accessPointId
- Specified by:
getAccessPointArnin interfaceAccessPointAttributes
-
getAccessPointId
Description copied from interface:AccessPointAttributesThe ID of the AccessPoint One of this, oraccessPointArnis required.Default: - determined based on accessPointArn
- Specified by:
getAccessPointIdin interfaceAccessPointAttributes
-
getFileSystem
Description copied from interface:AccessPointAttributesThe EFS file system.Default: - no EFS file system
- Specified by:
getFileSystemin interfaceAccessPointAttributes
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-