Uses of Interface
software.amazon.awssdk.services.proton.waiters.ProtonWaiter.Builder
-
Packages that use ProtonWaiter.Builder Package Description software.amazon.awssdk.services.proton.waiters -
-
Uses of ProtonWaiter.Builder in software.amazon.awssdk.services.proton.waiters
Methods in software.amazon.awssdk.services.proton.waiters that return ProtonWaiter.Builder Modifier and Type Method Description static ProtonWaiter.BuilderProtonWaiter. builder()Create a builder that can be used to configure and create aProtonWaiter.ProtonWaiter.BuilderProtonWaiter.Builder. client(ProtonClient client)Sets a customProtonClientthat will be used to poll the resourcedefault ProtonWaiter.BuilderProtonWaiter.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()ProtonWaiter.BuilderProtonWaiter.Builder. overrideConfiguration(WaiterOverrideConfiguration overrideConfiguration)Defines overrides to the default SDK waiter configuration that should be used for waiters created from this builder
-