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