Uses of Interface
software.amazon.awssdk.services.fsx.model.UpdateFileSystemLustreMetadataConfiguration.Builder
-
Packages that use UpdateFileSystemLustreMetadataConfiguration.Builder Package Description software.amazon.awssdk.services.fsx.model -
-
Uses of UpdateFileSystemLustreMetadataConfiguration.Builder in software.amazon.awssdk.services.fsx.model
Methods in software.amazon.awssdk.services.fsx.model that return UpdateFileSystemLustreMetadataConfiguration.Builder Modifier and Type Method Description static UpdateFileSystemLustreMetadataConfiguration.BuilderUpdateFileSystemLustreMetadataConfiguration. builder()UpdateFileSystemLustreMetadataConfiguration.BuilderUpdateFileSystemLustreMetadataConfiguration.Builder. iops(Integer iops)(USER_PROVISIONED mode only) Specifies the number of Metadata IOPS to provision for your file system.UpdateFileSystemLustreMetadataConfiguration.BuilderUpdateFileSystemLustreMetadataConfiguration.Builder. mode(String mode)The metadata configuration mode for provisioning Metadata IOPS for an FSx for Lustre file system using aPERSISTENT_2deployment type.UpdateFileSystemLustreMetadataConfiguration.BuilderUpdateFileSystemLustreMetadataConfiguration.Builder. mode(MetadataConfigurationMode mode)The metadata configuration mode for provisioning Metadata IOPS for an FSx for Lustre file system using aPERSISTENT_2deployment type.UpdateFileSystemLustreMetadataConfiguration.BuilderUpdateFileSystemLustreMetadataConfiguration. toBuilder()Methods in software.amazon.awssdk.services.fsx.model that return types with arguments of type UpdateFileSystemLustreMetadataConfiguration.Builder Modifier and Type Method Description static Class<? extends UpdateFileSystemLustreMetadataConfiguration.Builder>UpdateFileSystemLustreMetadataConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.fsx.model with type arguments of type UpdateFileSystemLustreMetadataConfiguration.Builder Modifier and Type Method Description default UpdateFileSystemLustreConfiguration.BuilderUpdateFileSystemLustreConfiguration.Builder. metadataConfiguration(Consumer<UpdateFileSystemLustreMetadataConfiguration.Builder> metadataConfiguration)The Lustre metadata performance configuration for an Amazon FSx for Lustre file system using aPERSISTENT_2deployment type.
-