public static interface AwsEfsAccessPointRootDirectoryDetails.Builder extends SdkPojo, CopyableBuilder<AwsEfsAccessPointRootDirectoryDetails.Builder,AwsEfsAccessPointRootDirectoryDetails>
| Modifier and Type | Method and Description |
|---|---|
AwsEfsAccessPointRootDirectoryDetails.Builder |
creationInfo(AwsEfsAccessPointRootDirectoryCreationInfoDetails creationInfo)
Specifies the POSIX IDs and permissions to apply to the access point's root directory.
|
default AwsEfsAccessPointRootDirectoryDetails.Builder |
creationInfo(Consumer<AwsEfsAccessPointRootDirectoryCreationInfoDetails.Builder> creationInfo)
Specifies the POSIX IDs and permissions to apply to the access point's root directory.
|
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.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsEfsAccessPointRootDirectoryDetails.Builder creationInfo(AwsEfsAccessPointRootDirectoryCreationInfoDetails creationInfo)
Specifies the POSIX IDs and permissions to apply to the access point's root directory.
creationInfo - Specifies the POSIX IDs and permissions to apply to the access point's root directory.default AwsEfsAccessPointRootDirectoryDetails.Builder creationInfo(Consumer<AwsEfsAccessPointRootDirectoryCreationInfoDetails.Builder> creationInfo)
Specifies the POSIX IDs and permissions to apply to the access point's root directory.
This is a convenience method that creates an instance of theAwsEfsAccessPointRootDirectoryCreationInfoDetails.Builder avoiding the need to create one manually
via AwsEfsAccessPointRootDirectoryCreationInfoDetails.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to creationInfo(AwsEfsAccessPointRootDirectoryCreationInfoDetails).
creationInfo - a consumer that will call methods on AwsEfsAccessPointRootDirectoryCreationInfoDetails.BuildercreationInfo(AwsEfsAccessPointRootDirectoryCreationInfoDetails)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. A path can have up to four subdirectories. If the specified path
does not exist, you are required to provide CreationInfo.
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. A path can have up to four subdirectories. If the
specified path does not exist, you are required to provide CreationInfo.Copyright © 2023. All rights reserved.