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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.efs.AccessPointAttributes
AccessPointAttributes.Builder, AccessPointAttributes.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(AccessPointAttributes.Builder builder) Constructor that initializes the object based on literal property values passed by theAccessPointAttributes.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The ARN of the AccessPoint One of this, oraccessPointId
is required.final String
The ID of the AccessPoint One of this, oraccessPointArn
is required.final IFileSystem
The EFS file system.final int
hashCode()
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:AccessPointAttributes
The ARN of the AccessPoint One of this, oraccessPointId
is required.Default: - determined based on accessPointId
- Specified by:
getAccessPointArn
in interfaceAccessPointAttributes
-
getAccessPointId
Description copied from interface:AccessPointAttributes
The ID of the AccessPoint One of this, oraccessPointArn
is required.Default: - determined based on accessPointArn
- Specified by:
getAccessPointId
in interfaceAccessPointAttributes
-
getFileSystem
Description copied from interface:AccessPointAttributes
The EFS file system.Default: - no EFS file system
- Specified by:
getFileSystem
in interfaceAccessPointAttributes
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-