DefaultWaiterResponse.Builder<T> |
DefaultWaiterResponse.Builder.attemptsExecuted(Integer attemptsExecuted) |
Defines the number of attempts executed in the waiter operation
|
static <T> DefaultWaiterResponse.Builder<T> |
DefaultWaiterResponse.builder() |
|
DefaultWaiterResponse.Builder<T> |
DefaultWaiterResponse.Builder.exception(Throwable exception) |
Defines the exception thrown from the waiter operation that has matched with the waiter success condition
|
DefaultWaiterResponse.Builder<T> |
DefaultWaiterResponse.Builder.response(T response) |
Defines the response received that has matched with the waiter success condition.
|