| Package | Description |
|---|---|
| com.amazonaws.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
DataRepositoryAssociation |
DataRepositoryAssociation.clone() |
DataRepositoryAssociation |
UpdateDataRepositoryAssociationResult.getAssociation()
The response object returned after the data repository association is updated.
|
DataRepositoryAssociation |
CreateDataRepositoryAssociationResult.getAssociation()
The response object returned after the data repository association is created.
|
DataRepositoryAssociation |
DataRepositoryAssociation.withAssociationId(String associationId)
The system-generated, unique ID of the data repository association.
|
DataRepositoryAssociation |
DataRepositoryAssociation.withBatchImportMetaDataOnCreate(Boolean batchImportMetaDataOnCreate)
A boolean flag indicating whether an import data repository task to import metadata should run after the data
repository association is created.
|
DataRepositoryAssociation |
DataRepositoryAssociation.withCreationTime(Date creationTime) |
DataRepositoryAssociation |
DataRepositoryAssociation.withDataRepositoryPath(String dataRepositoryPath)
The path to the data repository that will be linked to the cache or file system.
|
DataRepositoryAssociation |
DataRepositoryAssociation.withDataRepositorySubdirectories(Collection<String> dataRepositorySubdirectories)
For Amazon File Cache, a list of NFS Exports that will be linked with an NFS data repository association.
|
DataRepositoryAssociation |
DataRepositoryAssociation.withDataRepositorySubdirectories(String... dataRepositorySubdirectories)
For Amazon File Cache, a list of NFS Exports that will be linked with an NFS data repository association.
|
DataRepositoryAssociation |
DataRepositoryAssociation.withFailureDetails(DataRepositoryFailureDetails failureDetails) |
DataRepositoryAssociation |
DataRepositoryAssociation.withFileCacheId(String fileCacheId)
The globally unique ID of the Amazon File Cache resource.
|
DataRepositoryAssociation |
DataRepositoryAssociation.withFileCachePath(String fileCachePath)
A path on the Amazon File 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. |
DataRepositoryAssociation |
DataRepositoryAssociation.withFileSystemId(String fileSystemId) |
DataRepositoryAssociation |
DataRepositoryAssociation.withFileSystemPath(String fileSystemPath)
A path on the Amazon FSx for Lustre 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. |
DataRepositoryAssociation |
DataRepositoryAssociation.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.
|
DataRepositoryAssociation |
DataRepositoryAssociation.withLifecycle(DataRepositoryLifecycle lifecycle)
Describes the state of a data repository association.
|
DataRepositoryAssociation |
DataRepositoryAssociation.withLifecycle(String lifecycle)
Describes the state of a data repository association.
|
DataRepositoryAssociation |
DataRepositoryAssociation.withNFS(NFSDataRepositoryConfiguration nFS)
The configuration for an NFS data repository linked to an Amazon File Cache resource with a data repository
association.
|
DataRepositoryAssociation |
DataRepositoryAssociation.withResourceARN(String resourceARN) |
DataRepositoryAssociation |
DataRepositoryAssociation.withS3(S3DataRepositoryConfiguration s3)
The configuration for an Amazon S3 data repository linked to an Amazon FSx for Lustre file system with a data
repository association.
|
DataRepositoryAssociation |
DataRepositoryAssociation.withTags(Collection<Tag> tags) |
DataRepositoryAssociation |
DataRepositoryAssociation.withTags(Tag... tags)
NOTE: This method appends the values to the existing list (if any).
|
| Modifier and Type | Method and Description |
|---|---|
List<DataRepositoryAssociation> |
DescribeDataRepositoryAssociationsResult.getAssociations()
An array of one or more data repository association descriptions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateDataRepositoryAssociationResult.setAssociation(DataRepositoryAssociation association)
The response object returned after the data repository association is updated.
|
void |
CreateDataRepositoryAssociationResult.setAssociation(DataRepositoryAssociation association)
The response object returned after the data repository association is created.
|
UpdateDataRepositoryAssociationResult |
UpdateDataRepositoryAssociationResult.withAssociation(DataRepositoryAssociation association)
The response object returned after the data repository association is updated.
|
CreateDataRepositoryAssociationResult |
CreateDataRepositoryAssociationResult.withAssociation(DataRepositoryAssociation association)
The response object returned after the data repository association is created.
|
DescribeDataRepositoryAssociationsResult |
DescribeDataRepositoryAssociationsResult.withAssociations(DataRepositoryAssociation... associations)
An array of one or more data repository association descriptions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeDataRepositoryAssociationsResult.setAssociations(Collection<DataRepositoryAssociation> associations)
An array of one or more data repository association descriptions.
|
DescribeDataRepositoryAssociationsResult |
DescribeDataRepositoryAssociationsResult.withAssociations(Collection<DataRepositoryAssociation> associations)
An array of one or more data repository association descriptions.
|
Copyright © 2022. All rights reserved.