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