T - the type of the resourcepublic static interface AsyncWaiter.Builder<T> extends WaiterBuilder<T,AsyncWaiter.Builder<T>>
| Modifier and Type | Method and Description |
|---|---|
AsyncWaiter<T> |
build()
An immutable object that is created from the properties that have been set on the builder.
|
AsyncWaiter.Builder<T> |
scheduledExecutorService(ScheduledExecutorService scheduledExecutorService)
Defines the
ScheduledExecutorService used to schedule async polling attempts. |
acceptors, addAcceptor, overrideConfiguration, overrideConfigurationAsyncWaiter.Builder<T> scheduledExecutorService(ScheduledExecutorService scheduledExecutorService)
ScheduledExecutorService used to schedule async polling attempts.scheduledExecutorService - the schedule executor serviceAsyncWaiter<T> build()
Copyright © 2023. All rights reserved.