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