| Package | Description |
|---|---|
| com.amazonaws.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
FileCacheDataRepositoryAssociation |
FileCacheDataRepositoryAssociation.clone() |
FileCacheDataRepositoryAssociation |
FileCacheDataRepositoryAssociation.withDataRepositoryPath(String dataRepositoryPath)
The path to the S3 or NFS data repository that links to the cache.
|
FileCacheDataRepositoryAssociation |
FileCacheDataRepositoryAssociation.withDataRepositorySubdirectories(Collection<String> dataRepositorySubdirectories)
A list of NFS Exports that will be linked with this data repository association.
|
FileCacheDataRepositoryAssociation |
FileCacheDataRepositoryAssociation.withDataRepositorySubdirectories(String... dataRepositorySubdirectories)
A list of NFS Exports that will be linked with this data repository association.
|
FileCacheDataRepositoryAssociation |
FileCacheDataRepositoryAssociation.withFileCachePath(String fileCachePath)
A path on the cache that points to a high-level directory (such as
/ns1/) or subdirectory (such as
/ns1/subdir/) that will be mapped 1-1 with DataRepositoryPath. |
FileCacheDataRepositoryAssociation |
FileCacheDataRepositoryAssociation.withNFS(FileCacheNFSConfiguration nFS)
The configuration for a data repository association that links an Amazon File Cache resource to an NFS data
repository.
|
| Modifier and Type | Method and Description |
|---|---|
List<FileCacheDataRepositoryAssociation> |
CreateFileCacheRequest.getDataRepositoryAssociations()
A list of up to 8 configurations for data repository associations (DRAs) to be created during the cache creation.
|
| Modifier and Type | Method and Description |
|---|---|
CreateFileCacheRequest |
CreateFileCacheRequest.withDataRepositoryAssociations(FileCacheDataRepositoryAssociation... dataRepositoryAssociations)
A list of up to 8 configurations for data repository associations (DRAs) to be created during the cache creation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateFileCacheRequest.setDataRepositoryAssociations(Collection<FileCacheDataRepositoryAssociation> dataRepositoryAssociations)
A list of up to 8 configurations for data repository associations (DRAs) to be created during the cache creation.
|
CreateFileCacheRequest |
CreateFileCacheRequest.withDataRepositoryAssociations(Collection<FileCacheDataRepositoryAssociation> dataRepositoryAssociations)
A list of up to 8 configurations for data repository associations (DRAs) to be created during the cache creation.
|
Copyright © 2025. All rights reserved.