| Package | Description |
|---|---|
| software.amazon.awssdk.services.efs.model |
| Modifier and Type | Method and Description |
|---|---|
static RootDirectory.Builder |
RootDirectory.builder() |
default RootDirectory.Builder |
RootDirectory.Builder.creationInfo(Consumer<CreationInfo.Builder> creationInfo)
(Optional) Specifies the POSIX IDs and permissions to apply to the access point's
RootDirectory. |
RootDirectory.Builder |
RootDirectory.Builder.creationInfo(CreationInfo creationInfo)
(Optional) Specifies the POSIX IDs and permissions to apply to the access point's
RootDirectory. |
RootDirectory.Builder |
RootDirectory.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.Builder |
RootDirectory.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RootDirectory.Builder> |
RootDirectory.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default AccessPointDescription.Builder |
AccessPointDescription.Builder.rootDirectory(Consumer<RootDirectory.Builder> rootDirectory)
The directory on the Amazon EFS file system that the access point exposes as the root directory to NFS
clients using the access point.
|
default CreateAccessPointRequest.Builder |
CreateAccessPointRequest.Builder.rootDirectory(Consumer<RootDirectory.Builder> rootDirectory)
Specifies the directory on the Amazon 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.Builder |
CreateAccessPointResponse.Builder.rootDirectory(Consumer<RootDirectory.Builder> rootDirectory)
The directory on the Amazon EFS file system that the access point exposes as the root directory to NFS
clients using the access point.
|
Copyright © 2023. All rights reserved.