Uses of Interface
software.amazon.awssdk.services.efs.model.RootDirectory.Builder
-
Packages that use RootDirectory.Builder Package Description software.amazon.awssdk.services.efs.model -
-
Uses of RootDirectory.Builder in software.amazon.awssdk.services.efs.model
Methods in software.amazon.awssdk.services.efs.model that return RootDirectory.Builder Modifier and Type Method Description static RootDirectory.BuilderRootDirectory. builder()default RootDirectory.BuilderRootDirectory.Builder. creationInfo(Consumer<CreationInfo.Builder> creationInfo)(Optional) Specifies the POSIX IDs and permissions to apply to the access point'sRootDirectory.RootDirectory.BuilderRootDirectory.Builder. creationInfo(CreationInfo creationInfo)(Optional) Specifies the POSIX IDs and permissions to apply to the access point'sRootDirectory.RootDirectory.BuilderRootDirectory.Builder. path(String path)Specifies the path on the EFS file system to expose as the root directory to NFS clients using the access point to access the EFS file system.RootDirectory.BuilderRootDirectory. toBuilder()Methods in software.amazon.awssdk.services.efs.model that return types with arguments of type RootDirectory.Builder Modifier and Type Method Description static Class<? extends RootDirectory.Builder>RootDirectory. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.efs.model with type arguments of type RootDirectory.Builder Modifier and Type Method Description default AccessPointDescription.BuilderAccessPointDescription.Builder. rootDirectory(Consumer<RootDirectory.Builder> rootDirectory)The directory on the EFS file system that the access point exposes as the root directory to NFS clients using the access point.default CreateAccessPointRequest.BuilderCreateAccessPointRequest.Builder. rootDirectory(Consumer<RootDirectory.Builder> rootDirectory)Specifies the directory on the EFS file system that the access point exposes as the root directory of your file system to NFS clients using the access point.default CreateAccessPointResponse.BuilderCreateAccessPointResponse.Builder. rootDirectory(Consumer<RootDirectory.Builder> rootDirectory)The directory on the EFS file system that the access point exposes as the root directory to NFS clients using the access point.
-