Class Exponential.Builder
java.lang.Object
software.amazon.cloudformation.proxy.delay.Exponential.Builder
- All Implemented Interfaces:
Builder<Exponential>
- Enclosing class:
- Exponential
public static final class Exponential.Builder
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description Exponentialbuild()Exponential.BuilderminDelay(java.time.Duration minDelay)Exponential.BuilderpowerBy(int powerBy)Exponential.Buildertimeout(java.time.Duration timeout)Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
powerBy
-
build
-
minDelay
-
timeout
-