Interface S3CrtRetryConfiguration.Builder

    • Method Detail

      • numRetries

        S3CrtRetryConfiguration.Builder numRetries​(Integer numRetries)
        Sets the maximum number of retries for a single HTTP request.

        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.

        Parameters:
        numRetries - The maximum number of retries for a single HTTP request.
        Returns:
        The builder of the method chaining.