| Package | Description |
|---|---|
| com.amazonaws.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
CreateFileSystemLustreConfiguration |
CreateFileSystemLustreConfiguration.clone() |
CreateFileSystemLustreConfiguration |
CreateFileSystemRequest.getLustreConfiguration() |
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.withExportPath(String exportPath)
(Optional) The path in Amazon S3 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.withPerUnitStorageThroughput(Integer perUnitStorageThroughput)
(Optional) For the
PERSISTENT_1 deployment type, describes the amount of read and write throughput
for each 1 tebibyte of storage, in MB/s/TiB. |
CreateFileSystemLustreConfiguration |
CreateFileSystemLustreConfiguration.withWeeklyMaintenanceStartTime(String weeklyMaintenanceStartTime)
The preferred time to perform weekly maintenance, in the UTC time zone.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateFileSystemRequest.setLustreConfiguration(CreateFileSystemLustreConfiguration lustreConfiguration) |
CreateFileSystemRequest |
CreateFileSystemRequest.withLustreConfiguration(CreateFileSystemLustreConfiguration lustreConfiguration) |
Copyright © 2020. All rights reserved.