Class WaiterOverrideConfiguration
java.lang.Object
software.amazon.awssdk.core.waiters.WaiterOverrideConfiguration
- All Implemented Interfaces:
ToCopyableBuilder<WaiterOverrideConfiguration.Builder,
WaiterOverrideConfiguration>
public final class WaiterOverrideConfiguration
extends Object
implements ToCopyableBuilder<WaiterOverrideConfiguration.Builder,WaiterOverrideConfiguration>
Configuration values for the
Waiter
. All values are optional, and the default values will be used if they are not
specified.-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Constructor Details
-
WaiterOverrideConfiguration
-
-
Method Details
-
builder
-
maxAttempts
-
backoffStrategy
Deprecated.Use insteadbackoffStrategyV2()
- Returns:
- the optional
BackoffStrategy
that should be used when polling the resource
-
backoffStrategyV2
- Returns:
- the optional
BackoffStrategy
that should be used when polling the resource
-
waitTimeout
-
toBuilder
Description copied from interface:ToCopyableBuilder
Take this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilder
in interfaceToCopyableBuilder<WaiterOverrideConfiguration.Builder,
WaiterOverrideConfiguration> - Returns:
- a builder for type T
-
equals
-
hashCode
-
toString
-
backoffStrategyV2()