| Package | Description |
|---|---|
| software.amazon.awssdk.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
static LustreRootSquashConfiguration.Builder |
LustreRootSquashConfiguration.builder() |
LustreRootSquashConfiguration.Builder |
LustreRootSquashConfiguration.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.Builder |
LustreRootSquashConfiguration.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.Builder |
LustreRootSquashConfiguration.Builder.rootSquash(String rootSquash)
You enable root squash by setting a user ID (UID) and group ID (GID) for the file system in the format
UID:GID (for example, 365534:65534). |
LustreRootSquashConfiguration.Builder |
LustreRootSquashConfiguration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends LustreRootSquashConfiguration.Builder> |
LustreRootSquashConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateFileSystemLustreConfiguration.Builder |
CreateFileSystemLustreConfiguration.Builder.rootSquashConfiguration(Consumer<LustreRootSquashConfiguration.Builder> rootSquashConfiguration)
The Lustre root squash configuration used when creating an Amazon FSx for Lustre file system.
|
default UpdateFileSystemLustreConfiguration.Builder |
UpdateFileSystemLustreConfiguration.Builder.rootSquashConfiguration(Consumer<LustreRootSquashConfiguration.Builder> rootSquashConfiguration)
The Lustre root squash configuration used when updating an Amazon FSx for Lustre file system.
|
default LustreFileSystemConfiguration.Builder |
LustreFileSystemConfiguration.Builder.rootSquashConfiguration(Consumer<LustreRootSquashConfiguration.Builder> rootSquashConfiguration)
The Lustre root squash configuration for an Amazon FSx for Lustre file system.
|
Copyright © 2023. All rights reserved.