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