Uses of Interface
software.amazon.awssdk.services.ec2.waiters.Ec2Waiter.Builder
-
Packages that use Ec2Waiter.Builder Package Description software.amazon.awssdk.services.ec2.waiters -
-
Uses of Ec2Waiter.Builder in software.amazon.awssdk.services.ec2.waiters
Methods in software.amazon.awssdk.services.ec2.waiters that return Ec2Waiter.Builder Modifier and Type Method Description static Ec2Waiter.BuilderEc2Waiter. builder()Create a builder that can be used to configure and create aEc2Waiter.Ec2Waiter.BuilderEc2Waiter.Builder. client(Ec2Client client)Sets a customEc2Clientthat will be used to poll the resourcedefault Ec2Waiter.BuilderEc2Waiter.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()Ec2Waiter.BuilderEc2Waiter.Builder. overrideConfiguration(WaiterOverrideConfiguration overrideConfiguration)Defines overrides to the default SDK waiter configuration that should be used for waiters created from this builder
-