Uses of Interface
software.amazon.awssdk.services.elasticloadbalancing.waiters.ElasticLoadBalancingAsyncWaiter.Builder
Packages that use ElasticLoadBalancingAsyncWaiter.Builder
-
Uses of ElasticLoadBalancingAsyncWaiter.Builder in software.amazon.awssdk.services.elasticloadbalancing.waiters
Methods in software.amazon.awssdk.services.elasticloadbalancing.waiters that return ElasticLoadBalancingAsyncWaiter.BuilderModifier and TypeMethodDescriptionElasticLoadBalancingAsyncWaiter.builder()Create a builder that can be used to configure and create aElasticLoadBalancingAsyncWaiter.ElasticLoadBalancingAsyncWaiter.Builder.client(ElasticLoadBalancingAsyncClient client) Sets a customElasticLoadBalancingAsyncClientthat will be used to poll the resourceElasticLoadBalancingAsyncWaiter.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()ElasticLoadBalancingAsyncWaiter.Builder.overrideConfiguration(WaiterOverrideConfiguration overrideConfiguration) Defines overrides to the default SDK waiter configuration that should be used for waiters created from this builderElasticLoadBalancingAsyncWaiter.Builder.scheduledExecutorService(ScheduledExecutorService executorService) Sets a customScheduledExecutorServicethat will be used to schedule async polling attempts