| Package | Description |
|---|---|
| com.amazonaws.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
DataRepositoryConfiguration |
DataRepositoryConfiguration.clone() |
DataRepositoryConfiguration |
LustreFileSystemConfiguration.getDataRepositoryConfiguration() |
DataRepositoryConfiguration |
DataRepositoryConfiguration.withExportPath(String exportPath)
The Amazon S3 commit path to use for storing new and changed Lustre file system files as part of the archive
operation from the file system to Amazon S3.
|
DataRepositoryConfiguration |
DataRepositoryConfiguration.withImportedFileChunkSize(Integer importedFileChunkSize)
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.
|
DataRepositoryConfiguration |
DataRepositoryConfiguration.withImportPath(String importPath)
The import path to the Amazon S3 bucket (and optional prefix) that you're using as the data repository for your
FSx for Lustre file system, for example
s3://import-bucket/optional-prefix. |
| Modifier and Type | Method and Description |
|---|---|
void |
LustreFileSystemConfiguration.setDataRepositoryConfiguration(DataRepositoryConfiguration dataRepositoryConfiguration) |
LustreFileSystemConfiguration |
LustreFileSystemConfiguration.withDataRepositoryConfiguration(DataRepositoryConfiguration dataRepositoryConfiguration) |
Copyright © 2019. All rights reserved.