Uses of Interface
software.amazon.awssdk.services.s3.waiters.S3AsyncWaiter.Builder
Packages that use S3AsyncWaiter.Builder
-
Uses of S3AsyncWaiter.Builder in software.amazon.awssdk.services.s3.waiters
Methods in software.amazon.awssdk.services.s3.waiters that return S3AsyncWaiter.BuilderModifier and TypeMethodDescriptionstatic S3AsyncWaiter.BuilderS3AsyncWaiter.builder()Create a builder that can be used to configure and create aS3AsyncWaiter.S3AsyncWaiter.Builder.client(S3AsyncClient client) Sets a customS3AsyncClientthat will be used to poll the resourcedefault S3AsyncWaiter.BuilderS3AsyncWaiter.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()S3AsyncWaiter.Builder.overrideConfiguration(WaiterOverrideConfiguration overrideConfiguration) Defines overrides to the default SDK waiter configuration that should be used for waiters created from this builderS3AsyncWaiter.Builder.scheduledExecutorService(ScheduledExecutorService executorService) Sets a customScheduledExecutorServicethat will be used to schedule async polling attempts