Class DefaultWaiterResponse.Builder<T>
java.lang.Object
software.amazon.awssdk.core.internal.waiters.DefaultWaiterResponse.Builder<T>
- Enclosing class:
DefaultWaiterResponse<T>
-
Method Summary
Modifier and TypeMethodDescriptionattemptsExecuted
(Integer attemptsExecuted) Defines the number of attempts executed in the waiter operationbuild()
Defines the exception thrown from the waiter operation that has matched with the waiter success conditionDefines the response received that has matched with the waiter success condition.
-
Method Details
-
response
Defines the response received that has matched with the waiter success condition.- Parameters:
response
- the response- Returns:
- the chained builder
-
exception
Defines the exception thrown from the waiter operation that has matched with the waiter success condition- Parameters:
exception
- the exception- Returns:
- the chained builder
-
attemptsExecuted
Defines the number of attempts executed in the waiter operation- Parameters:
attemptsExecuted
- the number of attempts- Returns:
- the chained builder
-
build
-