Uses of Interface
software.amazon.awssdk.services.cloudformation.waiters.CloudFormationAsyncWaiter.Builder
-
Packages that use CloudFormationAsyncWaiter.Builder Package Description software.amazon.awssdk.services.cloudformation.waiters -
-
Uses of CloudFormationAsyncWaiter.Builder in software.amazon.awssdk.services.cloudformation.waiters
Methods in software.amazon.awssdk.services.cloudformation.waiters that return CloudFormationAsyncWaiter.Builder Modifier and Type Method Description static CloudFormationAsyncWaiter.BuilderCloudFormationAsyncWaiter. builder()Create a builder that can be used to configure and create aCloudFormationAsyncWaiter.CloudFormationAsyncWaiter.BuilderCloudFormationAsyncWaiter.Builder. client(CloudFormationAsyncClient client)Sets a customCloudFormationAsyncClientthat will be used to poll the resourcedefault CloudFormationAsyncWaiter.BuilderCloudFormationAsyncWaiter.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()CloudFormationAsyncWaiter.BuilderCloudFormationAsyncWaiter.Builder. overrideConfiguration(WaiterOverrideConfiguration overrideConfiguration)Defines overrides to the default SDK waiter configuration that should be used for waiters created from this builderCloudFormationAsyncWaiter.BuilderCloudFormationAsyncWaiter.Builder. scheduledExecutorService(ScheduledExecutorService executorService)Sets a customScheduledExecutorServicethat will be used to schedule async polling attempts
-