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