Uses of Interface
software.amazon.awssdk.services.dynamodb.waiters.DynamoDbWaiter.Builder
-
Packages that use DynamoDbWaiter.Builder Package Description software.amazon.awssdk.services.dynamodb.waiters -
-
Uses of DynamoDbWaiter.Builder in software.amazon.awssdk.services.dynamodb.waiters
Methods in software.amazon.awssdk.services.dynamodb.waiters that return DynamoDbWaiter.Builder Modifier and Type Method Description static DynamoDbWaiter.BuilderDynamoDbWaiter. builder()Create a builder that can be used to configure and create aDynamoDbWaiter.DynamoDbWaiter.BuilderDynamoDbWaiter.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.BuilderDynamoDbWaiter.Builder. overrideConfiguration(WaiterOverrideConfiguration overrideConfiguration)Defines overrides to the default SDK waiter configuration that should be used for waiters created from this builder
-