public static final class Exponential.Builder extends Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
Exponential |
build() |
T |
minDelay(Duration minDelay) |
Exponential.Builder |
powerBy(int powerBy) |
T |
timeout(Duration timeout) |
public Exponential.Builder powerBy(int powerBy)
public Exponential build()
public T minDelay(Duration minDelay)
public T timeout(Duration timeout)
Copyright © 2019 Amazon Web Services, Inc. All Rights Reserved.