CreateDataRepositoryAssociationRequest.Builder |
CreateDataRepositoryAssociationRequest.Builder.batchImportMetaDataOnCreate(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.
|
static CreateDataRepositoryAssociationRequest.Builder |
CreateDataRepositoryAssociationRequest.builder() |
|
CreateDataRepositoryAssociationRequest.Builder |
CreateDataRepositoryAssociationRequest.Builder.clientRequestToken(String clientRequestToken) |
Sets the value of the ClientRequestToken property for this object.
|
CreateDataRepositoryAssociationRequest.Builder |
CreateDataRepositoryAssociationRequest.Builder.dataRepositoryPath(String dataRepositoryPath) |
The path to the Amazon S3 data repository that will be linked to the file system.
|
CreateDataRepositoryAssociationRequest.Builder |
CreateDataRepositoryAssociationRequest.Builder.fileSystemId(String fileSystemId) |
Sets the value of the FileSystemId property for this object.
|
CreateDataRepositoryAssociationRequest.Builder |
CreateDataRepositoryAssociationRequest.Builder.fileSystemPath(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.Builder |
CreateDataRepositoryAssociationRequest.Builder.importedFileChunkSize(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.Builder |
CreateDataRepositoryAssociationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateDataRepositoryAssociationRequest.Builder |
CreateDataRepositoryAssociationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
default CreateDataRepositoryAssociationRequest.Builder |
CreateDataRepositoryAssociationRequest.Builder.s3(Consumer<S3DataRepositoryConfiguration.Builder> s3) |
The configuration for an Amazon S3 data repository linked to an Amazon FSx Lustre file system with a data
repository association.
|
CreateDataRepositoryAssociationRequest.Builder |
CreateDataRepositoryAssociationRequest.Builder.s3(S3DataRepositoryConfiguration s3) |
The configuration for an Amazon S3 data repository linked to an Amazon FSx Lustre file system with a data
repository association.
|
CreateDataRepositoryAssociationRequest.Builder |
CreateDataRepositoryAssociationRequest.Builder.tags(Collection<Tag> tags) |
Sets the value of the Tags property for this object.
|
CreateDataRepositoryAssociationRequest.Builder |
CreateDataRepositoryAssociationRequest.Builder.tags(Consumer<Tag.Builder>... tags) |
Sets the value of the Tags property for this object.
|
CreateDataRepositoryAssociationRequest.Builder |
CreateDataRepositoryAssociationRequest.Builder.tags(Tag... tags) |
Sets the value of the Tags property for this object.
|
CreateDataRepositoryAssociationRequest.Builder |
CreateDataRepositoryAssociationRequest.toBuilder() |
|