Uses of Interface
software.amazon.awssdk.services.redshift.waiters.RedshiftAsyncWaiter.Builder
-
Packages that use RedshiftAsyncWaiter.Builder Package Description software.amazon.awssdk.services.redshift.waiters -
-
Uses of RedshiftAsyncWaiter.Builder in software.amazon.awssdk.services.redshift.waiters
Methods in software.amazon.awssdk.services.redshift.waiters that return RedshiftAsyncWaiter.Builder Modifier and Type Method Description static RedshiftAsyncWaiter.BuilderRedshiftAsyncWaiter. builder()Create a builder that can be used to configure and create aRedshiftAsyncWaiter.RedshiftAsyncWaiter.BuilderRedshiftAsyncWaiter.Builder. client(RedshiftAsyncClient client)Sets a customRedshiftAsyncClientthat will be used to poll the resourcedefault RedshiftAsyncWaiter.BuilderRedshiftAsyncWaiter.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()RedshiftAsyncWaiter.BuilderRedshiftAsyncWaiter.Builder. overrideConfiguration(WaiterOverrideConfiguration overrideConfiguration)Defines overrides to the default SDK waiter configuration that should be used for waiters created from this builderRedshiftAsyncWaiter.BuilderRedshiftAsyncWaiter.Builder. scheduledExecutorService(ScheduledExecutorService executorService)Sets a customScheduledExecutorServicethat will be used to schedule async polling attempts
-