| Package | Description |
|---|---|
| software.amazon.awssdk.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
static AwsEfsAccessPointRootDirectoryDetails.Builder |
AwsEfsAccessPointRootDirectoryDetails.builder() |
AwsEfsAccessPointRootDirectoryDetails.Builder |
AwsEfsAccessPointRootDirectoryDetails.Builder.creationInfo(AwsEfsAccessPointRootDirectoryCreationInfoDetails creationInfo)
Specifies the POSIX IDs and permissions to apply to the access point's root directory.
|
default AwsEfsAccessPointRootDirectoryDetails.Builder |
AwsEfsAccessPointRootDirectoryDetails.Builder.creationInfo(Consumer<AwsEfsAccessPointRootDirectoryCreationInfoDetails.Builder> creationInfo)
Specifies the POSIX IDs and permissions to apply to the access point's root directory.
|
AwsEfsAccessPointRootDirectoryDetails.Builder |
AwsEfsAccessPointRootDirectoryDetails.Builder.path(String path)
Specifies the path on the Amazon EFS file system to expose as the root directory to NFS clients using the
access point to access the EFS file system.
|
AwsEfsAccessPointRootDirectoryDetails.Builder |
AwsEfsAccessPointRootDirectoryDetails.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AwsEfsAccessPointRootDirectoryDetails.Builder> |
AwsEfsAccessPointRootDirectoryDetails.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default AwsEfsAccessPointDetails.Builder |
AwsEfsAccessPointDetails.Builder.rootDirectory(Consumer<AwsEfsAccessPointRootDirectoryDetails.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.