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
  • 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

      protected Jsii$Proxy(AccessPointAttributes.Builder builder)
      Constructor that initializes the object based on literal property values passed by the AccessPointAttributes.Builder.
  • Method Details

    • getAccessPointArn

      public final String getAccessPointArn()
      Description copied from interface: AccessPointAttributes
      The ARN of the AccessPoint One of this, or
      invalid @link
      accessPointId
      is required.

      Default: - determined based on accessPointId

      Specified by:
      getAccessPointArn in interface AccessPointAttributes
    • getAccessPointId

      public final String getAccessPointId()
      Description copied from interface: AccessPointAttributes
      The ID of the AccessPoint One of this, or
      invalid @link
      accessPointArn
      is required.

      Default: - determined based on accessPointArn

      Specified by:
      getAccessPointId in interface AccessPointAttributes
    • getFileSystem

      public final IFileSystem getFileSystem()
      Description copied from interface: AccessPointAttributes
      The EFS file system.

      Default: - no EFS file system

      Specified by:
      getFileSystem in interface AccessPointAttributes
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object