| Package | Description |
|---|---|
| com.amazonaws.services.fsx |
Amazon FSx is a fully managed service that makes it easy for storage and application administrators to launch and use
shared file storage.
|
| com.amazonaws.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
CreateDataRepositoryAssociationRequest |
CreateDataRepositoryAssociationRequest.clone() |
CreateDataRepositoryAssociationRequest |
CreateDataRepositoryAssociationRequest.withBatchImportMetaDataOnCreate(Boolean batchImportMetaDataOnCreate)
Set to
true to run an import data repository task to import metadata from the data repository to the
file system after the data repository association is created. |
CreateDataRepositoryAssociationRequest |
CreateDataRepositoryAssociationRequest.withClientRequestToken(String clientRequestToken) |
CreateDataRepositoryAssociationRequest |
CreateDataRepositoryAssociationRequest.withDataRepositoryPath(String dataRepositoryPath)
The path to the Amazon S3 data repository that will be linked to the file system.
|
CreateDataRepositoryAssociationRequest |
CreateDataRepositoryAssociationRequest.withFileSystemId(String fileSystemId) |
CreateDataRepositoryAssociationRequest |
CreateDataRepositoryAssociationRequest.withFileSystemPath(String fileSystemPath)
A path on the file system that points to a high-level directory (such as
/ns1/) or subdirectory
(such as /ns1/subdir/) that will be mapped 1-1 with DataRepositoryPath. |
CreateDataRepositoryAssociationRequest |
CreateDataRepositoryAssociationRequest.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.
|
CreateDataRepositoryAssociationRequest |
CreateDataRepositoryAssociationRequest.withS3(S3DataRepositoryConfiguration s3)
The configuration for an Amazon S3 data repository linked to an Amazon FSx Lustre file system with a data
repository association.
|
CreateDataRepositoryAssociationRequest |
CreateDataRepositoryAssociationRequest.withTags(Collection<Tag> tags) |
CreateDataRepositoryAssociationRequest |
CreateDataRepositoryAssociationRequest.withTags(Tag... tags)
NOTE: This method appends the values to the existing list (if any).
|
Copyright © 2022. All rights reserved.