Interface Waiter.Builder<T>
- Type Parameters:
T
- the type of the resource
- All Superinterfaces:
WaiterBuilder<T,
Waiter.Builder<T>>
- All Known Implementing Classes:
DefaultWaiter.DefaultBuilder
The Waiter Builder
-
Method Summary
Methods inherited from interface software.amazon.awssdk.core.waiters.WaiterBuilder
acceptors, addAcceptor, overrideConfiguration, overrideConfiguration
-
Method Details
-
build
An immutable object that is created from the properties that have been set on the builder.- Returns:
- a reference to this object so that method calls can be chained together.
-