Class DefaultStandardRetryStrategy
java.lang.Object
software.amazon.awssdk.retries.internal.BaseRetryStrategy
software.amazon.awssdk.retries.internal.DefaultStandardRetryStrategy
- All Implemented Interfaces:
- RetryStrategy,- DefaultAwareRetryStrategy,- StandardRetryStrategy
@SdkInternalApi
public final class DefaultStandardRetryStrategy
extends BaseRetryStrategy
implements StandardRetryStrategy
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionbuilder()Create a newRetryStrategy.Builderwith the current configuration.Methods inherited from class software.amazon.awssdk.retries.internal.BaseRetryStrategyacquireInitialToken, addDefaults, hasRetryPredicates, maxAttempts, recordSuccess, refreshRetryToken, retryPredicates, shouldAddDefaults, toString, useClientDefaultsMethods inherited from class java.lang.Objectequals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.retries.api.RetryStrategyacquireInitialToken, maxAttempts, recordSuccess, refreshRetryToken, useClientDefaults
- 
Method Details- 
toBuilderDescription copied from interface:RetryStrategyCreate a newRetryStrategy.Builderwith the current configuration.This is useful for modifying the strategy's behavior, like conditions or max retries. - Specified by:
- toBuilderin interface- RetryStrategy
- Specified by:
- toBuilderin interface- StandardRetryStrategy
 
- 
builder
 
-