public static interface RetryPolicy.Builder extends SdkPojo, CopyableBuilder<RetryPolicy.Builder,RetryPolicy>
| Modifier and Type | Method and Description |
|---|---|
RetryPolicy.Builder |
maximumEventAgeInSeconds(Integer maximumEventAgeInSeconds)
The maximum amount of time, in seconds, to continue to make retry attempts.
|
RetryPolicy.Builder |
maximumRetryAttempts(Integer maximumRetryAttempts)
The maximum number of retry attempts to make before the request fails.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRetryPolicy.Builder maximumEventAgeInSeconds(Integer maximumEventAgeInSeconds)
The maximum amount of time, in seconds, to continue to make retry attempts.
maximumEventAgeInSeconds - The maximum amount of time, in seconds, to continue to make retry attempts.RetryPolicy.Builder maximumRetryAttempts(Integer maximumRetryAttempts)
The maximum number of retry attempts to make before the request fails. Retry attempts with exponential
backoff continue until either the maximum number of attempts is made or until the duration of the
MaximumEventAgeInSeconds is reached.
maximumRetryAttempts - The maximum number of retry attempts to make before the request fails. Retry attempts with exponential
backoff continue until either the maximum number of attempts is made or until the duration of the
MaximumEventAgeInSeconds is reached.Copyright © 2023. All rights reserved.