Smithy Kotlin
Toggle table of contents
1.5.8
common
Platform filter
common
Switch theme
Skip to content
Smithy Kotlin
smithy-client
/
aws.smithy.kotlin.runtime.client
/
RetryStrategyClientConfigImpl
/
BuilderImpl
Builder
Impl
common
class
BuilderImpl
:
RetryStrategyClientConfig.Builder
Members
Constructors
Builder
Impl
Link copied to clipboard
common
constructor
(
)
Properties
retry
Strategy
Link copied to clipboard
common
open
override
var
retryStrategy
:
<Error class: unknown class>
?
The RetryStrategy the client will use to retry failed operations.
Functions
build
Retry
Strategy
Client
Config
Link copied to clipboard
common
open
override
fun
buildRetryStrategyClientConfig
(
)
:
RetryStrategyClientConfig
retry
Strategy
Link copied to clipboard
common
open
override
fun
retryStrategy
(
block
:
<Error class: unknown class>
.
(
)
->
Unit
)
open
override
fun
<
B
,
R
>
retryStrategy
(
factory
:
<Error class: unknown class>
<
B
,
R
>
,
block
:
B
.
(
)
->
Unit
)