Uses of Interface
software.amazon.awssdk.services.ssm.waiters.SsmAsyncWaiter.Builder
Packages that use SsmAsyncWaiter.Builder
-
Uses of SsmAsyncWaiter.Builder in software.amazon.awssdk.services.ssm.waiters
Methods in software.amazon.awssdk.services.ssm.waiters that return SsmAsyncWaiter.BuilderModifier and TypeMethodDescriptionstatic SsmAsyncWaiter.BuilderSsmAsyncWaiter.builder()Create a builder that can be used to configure and create aSsmAsyncWaiter.SsmAsyncWaiter.Builder.client(SsmAsyncClient client) Sets a customSsmAsyncClientthat will be used to poll the resourcedefault SsmAsyncWaiter.BuilderSsmAsyncWaiter.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()SsmAsyncWaiter.Builder.overrideConfiguration(WaiterOverrideConfiguration overrideConfiguration) Defines overrides to the default SDK waiter configuration that should be used for waiters created from this builderSsmAsyncWaiter.Builder.scheduledExecutorService(ScheduledExecutorService executorService) Sets a customScheduledExecutorServicethat will be used to schedule async polling attempts