Interface RefreshRetryTokenRequest
- All Superinterfaces:
- ToCopyableBuilder<RefreshRetryTokenRequest.Builder,- RefreshRetryTokenRequest> 
- All Known Implementing Classes:
- RefreshRetryTokenRequestImpl
@SdkPublicApi
@ThreadSafe
public interface RefreshRetryTokenRequest
extends ToCopyableBuilder<RefreshRetryTokenRequest.Builder,RefreshRetryTokenRequest> 
Request that the calling code makes to the 
RetryStrategy using
 RetryStrategy.refreshRetryToken(RefreshRetryTokenRequest) to notify that the attempted execution failed and the
 RetryToken needs to be refreshed.- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionbuilder()Returns a new builder to configure theRefreshRetryTokenRequestinstance.failure()The cause of the last attempt failure.A suggestion of how long to wait from the last attempt failure.token()Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuildercopy, toBuilder
- 
Method Details- 
token
- 
suggestedDelay
- 
failureThrowable failure()The cause of the last attempt failure.
- 
builderReturns a new builder to configure theRefreshRetryTokenRequestinstance.
 
-