| Package | Description |
|---|---|
| com.amazonaws.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
CreateFileSystemLustreConfiguration |
CreateFileSystemLustreConfiguration.clone() |
CreateFileSystemLustreConfiguration |
CreateFileSystemRequest.getLustreConfiguration() |
CreateFileSystemLustreConfiguration |
CreateFileSystemFromBackupRequest.getLustreConfiguration() |
CreateFileSystemLustreConfiguration |
CreateFileSystemLustreConfiguration.withAutoImportPolicy(AutoImportPolicyType autoImportPolicy)
(Optional) When you create your file system, your existing S3 objects appear as file and directory listings.
|
CreateFileSystemLustreConfiguration |
CreateFileSystemLustreConfiguration.withAutoImportPolicy(String autoImportPolicy)
(Optional) When you create your file system, your existing S3 objects appear as file and directory listings.
|
CreateFileSystemLustreConfiguration |
CreateFileSystemLustreConfiguration.withAutomaticBackupRetentionDays(Integer automaticBackupRetentionDays)
The number of days to retain automatic backups.
|
CreateFileSystemLustreConfiguration |
CreateFileSystemLustreConfiguration.withCopyTagsToBackups(Boolean copyTagsToBackups)
(Optional) Not available for use with file systems that are linked to a data repository.
|
CreateFileSystemLustreConfiguration |
CreateFileSystemLustreConfiguration.withDailyAutomaticBackupStartTime(String dailyAutomaticBackupStartTime) |
CreateFileSystemLustreConfiguration |
CreateFileSystemLustreConfiguration.withDataCompressionType(DataCompressionType dataCompressionType)
Sets the data compression configuration for the file system.
|
CreateFileSystemLustreConfiguration |
CreateFileSystemLustreConfiguration.withDataCompressionType(String dataCompressionType)
Sets the data compression configuration for the file system.
|
CreateFileSystemLustreConfiguration |
CreateFileSystemLustreConfiguration.withDeploymentType(LustreDeploymentType deploymentType)
(Optional) Choose
SCRATCH_1 and SCRATCH_2 deployment types when you need temporary
storage and shorter-term processing of data. |
CreateFileSystemLustreConfiguration |
CreateFileSystemLustreConfiguration.withDeploymentType(String deploymentType)
(Optional) Choose
SCRATCH_1 and SCRATCH_2 deployment types when you need temporary
storage and shorter-term processing of data. |
CreateFileSystemLustreConfiguration |
CreateFileSystemLustreConfiguration.withDriveCacheType(DriveCacheType driveCacheType)
The type of drive cache used by
PERSISTENT_1 file systems that are provisioned with HDD storage
devices. |
CreateFileSystemLustreConfiguration |
CreateFileSystemLustreConfiguration.withDriveCacheType(String driveCacheType)
The type of drive cache used by
PERSISTENT_1 file systems that are provisioned with HDD storage
devices. |
CreateFileSystemLustreConfiguration |
CreateFileSystemLustreConfiguration.withExportPath(String exportPath)
(Optional) Specifies the path in the Amazon S3 bucket where the root of your Amazon FSx file system is exported.
|
CreateFileSystemLustreConfiguration |
CreateFileSystemLustreConfiguration.withImportedFileChunkSize(Integer importedFileChunkSize)
(Optional) For files imported from a data repository, this value determines the stripe count and maximum amount
of data per file (in MiB) stored on a single physical disk.
|
CreateFileSystemLustreConfiguration |
CreateFileSystemLustreConfiguration.withImportPath(String importPath)
(Optional) The path to the Amazon S3 bucket (including the optional prefix) that you're using as the data
repository for your Amazon FSx for Lustre file system.
|
CreateFileSystemLustreConfiguration |
CreateFileSystemLustreConfiguration.withLogConfiguration(LustreLogCreateConfiguration logConfiguration)
The Lustre logging configuration used when creating an Amazon FSx for Lustre file system.
|
CreateFileSystemLustreConfiguration |
CreateFileSystemLustreConfiguration.withMetadataConfiguration(CreateFileSystemLustreMetadataConfiguration metadataConfiguration)
The Lustre metadata performance configuration for the creation of an FSx for Lustre file system using a
PERSISTENT_2 deployment type. |
CreateFileSystemLustreConfiguration |
CreateFileSystemLustreConfiguration.withPerUnitStorageThroughput(Integer perUnitStorageThroughput)
Required with
PERSISTENT_1 and PERSISTENT_2 deployment types, provisions the amount of
read and write throughput for each 1 tebibyte (TiB) of file system storage capacity, in MB/s/TiB. |
CreateFileSystemLustreConfiguration |
CreateFileSystemLustreConfiguration.withRootSquashConfiguration(LustreRootSquashConfiguration rootSquashConfiguration)
The Lustre root squash configuration used when creating an Amazon FSx for Lustre file system.
|
CreateFileSystemLustreConfiguration |
CreateFileSystemLustreConfiguration.withWeeklyMaintenanceStartTime(String weeklyMaintenanceStartTime)
(Optional) The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC time zone, where
d is the weekday number, from 1 through 7, beginning with Monday and ending with Sunday.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateFileSystemRequest.setLustreConfiguration(CreateFileSystemLustreConfiguration lustreConfiguration) |
void |
CreateFileSystemFromBackupRequest.setLustreConfiguration(CreateFileSystemLustreConfiguration lustreConfiguration) |
CreateFileSystemRequest |
CreateFileSystemRequest.withLustreConfiguration(CreateFileSystemLustreConfiguration lustreConfiguration) |
CreateFileSystemFromBackupRequest |
CreateFileSystemFromBackupRequest.withLustreConfiguration(CreateFileSystemLustreConfiguration lustreConfiguration) |
Copyright © 2025. All rights reserved.