| Package | Description |
|---|---|
| com.amazonaws.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
DataRepositoryAssociation |
DataRepositoryAssociation.clone() |
DataRepositoryAssociation |
CreateDataRepositoryAssociationResult.getAssociation()
The response object returned after the data repository association is created.
|
DataRepositoryAssociation |
UpdateDataRepositoryAssociationResult.getAssociation()
The response object returned after the data repository association is updated.
|
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 Amazon S3 data repository that will be linked to the file system.
|
DataRepositoryAssociation |
DataRepositoryAssociation.withFailureDetails(DataRepositoryFailureDetails failureDetails) |
DataRepositoryAssociation |
DataRepositoryAssociation.withFileSystemId(String fileSystemId) |
DataRepositoryAssociation |
DataRepositoryAssociation.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. |
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.withResourceARN(String resourceARN) |
DataRepositoryAssociation |
DataRepositoryAssociation.withS3(S3DataRepositoryConfiguration s3)
The configuration for an Amazon S3 data repository linked to an Amazon FSx 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 ore more data repository association descriptions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateDataRepositoryAssociationResult.setAssociation(DataRepositoryAssociation association)
The response object returned after the data repository association is created.
|
void |
UpdateDataRepositoryAssociationResult.setAssociation(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.
|
UpdateDataRepositoryAssociationResult |
UpdateDataRepositoryAssociationResult.withAssociation(DataRepositoryAssociation association)
The response object returned after the data repository association is updated.
|
DescribeDataRepositoryAssociationsResult |
DescribeDataRepositoryAssociationsResult.withAssociations(DataRepositoryAssociation... associations)
An array of one ore more data repository association descriptions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeDataRepositoryAssociationsResult.setAssociations(Collection<DataRepositoryAssociation> associations)
An array of one ore more data repository association descriptions.
|
DescribeDataRepositoryAssociationsResult |
DescribeDataRepositoryAssociationsResult.withAssociations(Collection<DataRepositoryAssociation> associations)
An array of one ore more data repository association descriptions.
|
Copyright © 2022. All rights reserved.