Uses of Interface
software.amazon.awssdk.services.fsx.model.LustreRootSquashConfiguration.Builder
-
Packages that use LustreRootSquashConfiguration.Builder Package Description software.amazon.awssdk.services.fsx.model -
-
Uses of LustreRootSquashConfiguration.Builder in software.amazon.awssdk.services.fsx.model
Methods in software.amazon.awssdk.services.fsx.model that return LustreRootSquashConfiguration.Builder Modifier and Type Method Description static LustreRootSquashConfiguration.BuilderLustreRootSquashConfiguration. builder()LustreRootSquashConfiguration.BuilderLustreRootSquashConfiguration.Builder. noSquashNids(String... noSquashNids)When root squash is enabled, you can optionally specify an array of NIDs of clients for which root squash does not apply.LustreRootSquashConfiguration.BuilderLustreRootSquashConfiguration.Builder. noSquashNids(Collection<String> noSquashNids)When root squash is enabled, you can optionally specify an array of NIDs of clients for which root squash does not apply.LustreRootSquashConfiguration.BuilderLustreRootSquashConfiguration.Builder. rootSquash(String rootSquash)You enable root squash by setting a user ID (UID) and group ID (GID) for the file system in the formatUID:GID(for example,365534:65534).LustreRootSquashConfiguration.BuilderLustreRootSquashConfiguration. toBuilder()Methods in software.amazon.awssdk.services.fsx.model that return types with arguments of type LustreRootSquashConfiguration.Builder Modifier and Type Method Description static Class<? extends LustreRootSquashConfiguration.Builder>LustreRootSquashConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.fsx.model with type arguments of type LustreRootSquashConfiguration.Builder Modifier and Type Method Description default CreateFileSystemLustreConfiguration.BuilderCreateFileSystemLustreConfiguration.Builder. rootSquashConfiguration(Consumer<LustreRootSquashConfiguration.Builder> rootSquashConfiguration)The Lustre root squash configuration used when creating an Amazon FSx for Lustre file system.default LustreFileSystemConfiguration.BuilderLustreFileSystemConfiguration.Builder. rootSquashConfiguration(Consumer<LustreRootSquashConfiguration.Builder> rootSquashConfiguration)The Lustre root squash configuration for an Amazon FSx for Lustre file system.default UpdateFileSystemLustreConfiguration.BuilderUpdateFileSystemLustreConfiguration.Builder. rootSquashConfiguration(Consumer<LustreRootSquashConfiguration.Builder> rootSquashConfiguration)The Lustre root squash configuration used when updating an Amazon FSx for Lustre file system.
-