| Package | Description |
|---|---|
| com.amazonaws.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
DataRepositoryConfiguration |
DataRepositoryConfiguration.clone() |
DataRepositoryConfiguration |
LustreFileSystemConfiguration.getDataRepositoryConfiguration() |
DataRepositoryConfiguration |
DataRepositoryConfiguration.withAutoImportPolicy(AutoImportPolicyType autoImportPolicy)
Describes the file system's linked S3 data repository's
AutoImportPolicy. |
DataRepositoryConfiguration |
DataRepositoryConfiguration.withAutoImportPolicy(String autoImportPolicy)
Describes the file system's linked S3 data repository's
AutoImportPolicy. |
DataRepositoryConfiguration |
DataRepositoryConfiguration.withExportPath(String exportPath)
The export path to the Amazon S3 bucket (and prefix) that you are using to store new and changed Lustre file
system files in S3.
|
DataRepositoryConfiguration |
DataRepositoryConfiguration.withFailureDetails(DataRepositoryFailureDetails failureDetails) |
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. |
DataRepositoryConfiguration |
DataRepositoryConfiguration.withLifecycle(DataRepositoryLifecycle lifecycle)
Describes the state of the file system's S3 durable data repository, if it is configured with an S3 repository.
|
DataRepositoryConfiguration |
DataRepositoryConfiguration.withLifecycle(String lifecycle)
Describes the state of the file system's S3 durable data repository, if it is configured with an S3 repository.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LustreFileSystemConfiguration.setDataRepositoryConfiguration(DataRepositoryConfiguration dataRepositoryConfiguration) |
LustreFileSystemConfiguration |
LustreFileSystemConfiguration.withDataRepositoryConfiguration(DataRepositoryConfiguration dataRepositoryConfiguration) |
Copyright © 2025. All rights reserved.