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 maximumRetryAttempts(Integer maximumRetryAttempts)
The maximum number of retry attempts to make before the request fails. Retry attempts continue until either
the maximum number of attempts is made or until the duration of the MaximumEventAgeInSeconds is
met.
maximumRetryAttempts - The maximum number of retry attempts to make before the request fails. Retry attempts continue until
either the maximum number of attempts is made or until the duration of the
MaximumEventAgeInSeconds is met.RetryPolicy.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.Copyright © 2023. All rights reserved.