public static interface UpdateDataRepositoryAssociationRequest.Builder extends FSxRequest.Builder, SdkPojo, CopyableBuilder<UpdateDataRepositoryAssociationRequest.Builder,UpdateDataRepositoryAssociationRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateDataRepositoryAssociationRequest.Builder |
associationId(String associationId)
The ID of the data repository association that you are updating.
|
UpdateDataRepositoryAssociationRequest.Builder |
clientRequestToken(String clientRequestToken)
Sets the value of the ClientRequestToken property for this object.
|
UpdateDataRepositoryAssociationRequest.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.
|
UpdateDataRepositoryAssociationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateDataRepositoryAssociationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default UpdateDataRepositoryAssociationRequest.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.
|
UpdateDataRepositoryAssociationRequest.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.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateDataRepositoryAssociationRequest.Builder associationId(String associationId)
The ID of the data repository association that you are updating.
associationId - The ID of the data repository association that you are updating.UpdateDataRepositoryAssociationRequest.Builder clientRequestToken(String clientRequestToken)
clientRequestToken - The new value for the ClientRequestToken property for this object.UpdateDataRepositoryAssociationRequest.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. The maximum number of disks that a single file can be striped across is limited by the total number of disks that make up the file system.
The default chunk size is 1,024 MiB (1 GiB) and can go as high as 512,000 MiB (500 GiB). Amazon S3 objects have a maximum size of 5 TB.
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. The maximum number of disks that a single
file can be striped across is limited by the total number of disks that make up the file system.
The default chunk size is 1,024 MiB (1 GiB) and can go as high as 512,000 MiB (500 GiB). Amazon S3 objects have a maximum size of 5 TB.
UpdateDataRepositoryAssociationRequest.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. The configuration defines which file events (new, changed, or deleted files or directories) are automatically imported from the linked data repository to the file system or automatically exported from the file system to the data repository.
s3 - The configuration for an Amazon S3 data repository linked to an Amazon FSx Lustre file system with a
data repository association. The configuration defines which file events (new, changed, or deleted
files or directories) are automatically imported from the linked data repository to the file system or
automatically exported from the file system to the data repository.default UpdateDataRepositoryAssociationRequest.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. The configuration defines which file events (new, changed, or deleted files or directories) are automatically imported from the linked data repository to the file system or automatically exported from the file system to the data repository.
This is a convenience method that creates an instance of theS3DataRepositoryConfiguration.Builder
avoiding the need to create one manually via S3DataRepositoryConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to s3(S3DataRepositoryConfiguration).
s3 - a consumer that will call methods on S3DataRepositoryConfiguration.Builders3(S3DataRepositoryConfiguration)UpdateDataRepositoryAssociationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateDataRepositoryAssociationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.