Uses of Interface
software.amazon.awscdk.services.efs.CfnAccessPoint.RootDirectoryProperty
Packages that use CfnAccessPoint.RootDirectoryProperty
Package
Description
Amazon Elastic File System Construct Library
-
Uses of CfnAccessPoint.RootDirectoryProperty in software.amazon.awscdk.services.efs
Classes in software.amazon.awscdk.services.efs that implement CfnAccessPoint.RootDirectoryPropertyModifier and TypeClassDescriptionstatic final classAn implementation forCfnAccessPoint.RootDirectoryPropertyMethods in software.amazon.awscdk.services.efs that return CfnAccessPoint.RootDirectoryPropertyModifier and TypeMethodDescriptionCfnAccessPoint.RootDirectoryProperty.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.efs with parameters of type CfnAccessPoint.RootDirectoryPropertyModifier and TypeMethodDescriptionCfnAccessPoint.Builder.rootDirectory(CfnAccessPoint.RootDirectoryProperty rootDirectory) The directory on the EFS file system that the access point exposes as the root directory to NFS clients using the access point.CfnAccessPointProps.Builder.rootDirectory(CfnAccessPoint.RootDirectoryProperty rootDirectory) Sets the value ofCfnAccessPointProps.getRootDirectory()voidCfnAccessPoint.setRootDirectory(CfnAccessPoint.RootDirectoryProperty value) The directory on the EFS file system that the access point exposes as the root directory to NFS clients using the access point.