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 
BackoffStrategythat should be used when polling the resource 
 - 
backoffStrategyV2
- Returns:
 - the optional 
BackoffStrategythat should be used when polling the resource 
 - 
waitTimeout
 - 
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
 toBuilderin interfaceToCopyableBuilder<WaiterOverrideConfiguration.Builder,WaiterOverrideConfiguration> - Returns:
 - a builder for type T
 
 - 
equals
 - 
hashCode
 - 
toString
 
 - 
 
backoffStrategyV2()