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
Enclosing interface:
Waiter<T>

public static interface Waiter.Builder<T> extends WaiterBuilder<T,Waiter.Builder<T>>
The Waiter Builder
  • Method Details

    • build

      Waiter<T> 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.