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