Class WaiterOverrideConfiguration
java.lang.Object
software.amazon.awssdk.core.waiters.WaiterOverrideConfiguration
- All Implemented Interfaces:
ToCopyableBuilder<WaiterOverrideConfiguration.Builder,WaiterOverrideConfiguration>
@SdkPublicApi
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.-
Constructor Details
-
WaiterOverrideConfiguration
-
-
Method Details
-
builder
-
maxAttempts
- Returns:
- the optional maximum number of attempts that should be used when polling the resource
-
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
- Returns:
- the optional amount of time to wait that should be used when polling the resource
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<WaiterOverrideConfiguration.Builder,WaiterOverrideConfiguration>
-
equals
-
hashCode
public int hashCode() -
toString
-
backoffStrategyV2()