Uses of Interface
software.amazon.awssdk.services.dsql.waiters.DsqlAsyncWaiter.Builder
-
Packages that use DsqlAsyncWaiter.Builder Package Description software.amazon.awssdk.services.dsql.waiters -
-
Uses of DsqlAsyncWaiter.Builder in software.amazon.awssdk.services.dsql.waiters
Methods in software.amazon.awssdk.services.dsql.waiters that return DsqlAsyncWaiter.Builder Modifier and Type Method Description static DsqlAsyncWaiter.BuilderDsqlAsyncWaiter. builder()Create a builder that can be used to configure and create aDsqlAsyncWaiter.DsqlAsyncWaiter.BuilderDsqlAsyncWaiter.Builder. client(DsqlAsyncClient client)Sets a customDsqlAsyncClientthat will be used to poll the resourcedefault DsqlAsyncWaiter.BuilderDsqlAsyncWaiter.Builder. overrideConfiguration(Consumer<WaiterOverrideConfiguration.Builder> overrideConfiguration)This is a convenient method to pass the override configuration without the need to create an instance manually viaWaiterOverrideConfiguration.builder()DsqlAsyncWaiter.BuilderDsqlAsyncWaiter.Builder. overrideConfiguration(WaiterOverrideConfiguration overrideConfiguration)Defines overrides to the default SDK waiter configuration that should be used for waiters created from this builderDsqlAsyncWaiter.BuilderDsqlAsyncWaiter.Builder. scheduledExecutorService(ScheduledExecutorService executorService)Sets a customScheduledExecutorServicethat will be used to schedule async polling attempts
-