Smithy Kotlin
Toggle table of contents
1.6.12
common
Platform filter
common
Switch theme
Skip to content
Smithy Kotlin
runtime-core
/
aws.smithy.kotlin.runtime.retries.delay
/
ExponentialBackoffWithJitter
/
Companion
Companion
object
Companion
:
DslFactory
<
ExponentialBackoffWithJitter.Config.Builder
,
ExponentialBackoffWithJitter
>
Members
Functions
invoke
Link copied to clipboard
open
operator override
fun
invoke
(
block
:
ExponentialBackoffWithJitter.Config.Builder
.
(
)
->
Unit
)
:
ExponentialBackoffWithJitter
Turns a
Builder
instance into a
Built
instance, first applying the given DSL block to the builder.