public static interface S3CrtRetryConfiguration.Builder extends CopyableBuilder<S3CrtRetryConfiguration.Builder,S3CrtRetryConfiguration>
| Modifier and Type | Method and Description |
|---|---|
S3CrtRetryConfiguration.Builder |
numRetries(Integer numRetries)
Sets the maximum number of retries for a single HTTP request.
|
copyapplyMutation, buildS3CrtRetryConfiguration.Builder numRetries(Integer numRetries)
For example, if an upload operation is split into 5 HTTP service requests ( One for initiate, Three for uploadPart and one for completeUpload), then numRetries specifies the maximum number of retries for each failed request, not for the entire uploadObject operation.
numRetries - The maximum number of retries for a single HTTP request.Copyright © 2023. All rights reserved.