Uses of Interface
software.amazon.awssdk.services.securityhub.model.AwsEfsAccessPointRootDirectoryDetails.Builder
-
Packages that use AwsEfsAccessPointRootDirectoryDetails.Builder Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AwsEfsAccessPointRootDirectoryDetails.Builder in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return AwsEfsAccessPointRootDirectoryDetails.Builder Modifier and Type Method Description static AwsEfsAccessPointRootDirectoryDetails.BuilderAwsEfsAccessPointRootDirectoryDetails. builder()default AwsEfsAccessPointRootDirectoryDetails.BuilderAwsEfsAccessPointRootDirectoryDetails.Builder. creationInfo(Consumer<AwsEfsAccessPointRootDirectoryCreationInfoDetails.Builder> creationInfo)Specifies the POSIX IDs and permissions to apply to the access point's root directory.AwsEfsAccessPointRootDirectoryDetails.BuilderAwsEfsAccessPointRootDirectoryDetails.Builder. creationInfo(AwsEfsAccessPointRootDirectoryCreationInfoDetails creationInfo)Specifies the POSIX IDs and permissions to apply to the access point's root directory.AwsEfsAccessPointRootDirectoryDetails.BuilderAwsEfsAccessPointRootDirectoryDetails.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.BuilderAwsEfsAccessPointRootDirectoryDetails. toBuilder()Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type AwsEfsAccessPointRootDirectoryDetails.Builder Modifier and Type Method Description static Class<? extends AwsEfsAccessPointRootDirectoryDetails.Builder>AwsEfsAccessPointRootDirectoryDetails. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type AwsEfsAccessPointRootDirectoryDetails.Builder Modifier and Type Method Description default AwsEfsAccessPointDetails.BuilderAwsEfsAccessPointDetails.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.
-