Interface Waiter.Builder<T>

    • Method Detail

      • 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.