| Package | Description |
|---|---|
| com.amazonaws.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
CreateFileSystemLustreConfiguration |
CreateFileSystemLustreConfiguration.clone() |
CreateFileSystemLustreConfiguration |
CreateFileSystemRequest.getLustreConfiguration() |
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.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 © 2019. All rights reserved.