Uses of Interface
software.amazon.awssdk.services.dynamodb.waiters.DynamoDbWaiter.Builder
Packages that use DynamoDbWaiter.Builder
-
Uses of DynamoDbWaiter.Builder in software.amazon.awssdk.services.dynamodb.waiters
Methods in software.amazon.awssdk.services.dynamodb.waiters that return DynamoDbWaiter.BuilderModifier and TypeMethodDescriptionstatic DynamoDbWaiter.BuilderDynamoDbWaiter.builder()Create a builder that can be used to configure and create aDynamoDbWaiter.DynamoDbWaiter.Builder.client(DynamoDbClient client) Sets a customDynamoDbClientthat will be used to poll the resourcedefault DynamoDbWaiter.BuilderDynamoDbWaiter.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()DynamoDbWaiter.Builder.overrideConfiguration(WaiterOverrideConfiguration overrideConfiguration) Defines overrides to the default SDK waiter configuration that should be used for waiters created from this builder