@Generated(value="software.amazon.awssdk:codegen") public interface RedshiftWaiter extends SdkAutoCloseable
builder() method| Modifier and Type | Interface and Description |
|---|---|
static interface |
RedshiftWaiter.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RedshiftWaiter.Builder |
builder()
Create a builder that can be used to configure and create a
RedshiftWaiter. |
static RedshiftWaiter |
create()
Create an instance of
RedshiftWaiter with the default configuration. |
default WaiterResponse<DescribeClustersResponse> |
waitUntilClusterAvailable(Consumer<DescribeClustersRequest.Builder> describeClustersRequest)
Polls
RedshiftClient.describeClusters() API until the desired condition ClusterAvailable is met, or
until it is determined that the resource will never enter into the desired state. |
default WaiterResponse<DescribeClustersResponse> |
waitUntilClusterAvailable(Consumer<DescribeClustersRequest.Builder> describeClustersRequest,
Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
Polls
RedshiftClient.describeClusters() API until the desired condition ClusterAvailable is met, or
until it is determined that the resource will never enter into the desired state. |
default WaiterResponse<DescribeClustersResponse> |
waitUntilClusterAvailable(DescribeClustersRequest describeClustersRequest)
Polls
RedshiftClient.describeClusters() API until the desired condition ClusterAvailable is met, or
until it is determined that the resource will never enter into the desired state |
default WaiterResponse<DescribeClustersResponse> |
waitUntilClusterAvailable(DescribeClustersRequest describeClustersRequest,
WaiterOverrideConfiguration overrideConfig)
Polls
RedshiftClient.describeClusters() API until the desired condition ClusterAvailable is met, or
until it is determined that the resource will never enter into the desired state |
default WaiterResponse<DescribeClustersResponse> |
waitUntilClusterDeleted(Consumer<DescribeClustersRequest.Builder> describeClustersRequest)
Polls
RedshiftClient.describeClusters() API until the desired condition ClusterDeleted is met, or
until it is determined that the resource will never enter into the desired state. |
default WaiterResponse<DescribeClustersResponse> |
waitUntilClusterDeleted(Consumer<DescribeClustersRequest.Builder> describeClustersRequest,
Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
Polls
RedshiftClient.describeClusters() API until the desired condition ClusterDeleted is met, or
until it is determined that the resource will never enter into the desired state. |
default WaiterResponse<DescribeClustersResponse> |
waitUntilClusterDeleted(DescribeClustersRequest describeClustersRequest)
Polls
RedshiftClient.describeClusters() API until the desired condition ClusterDeleted is met, or
until it is determined that the resource will never enter into the desired state |
default WaiterResponse<DescribeClustersResponse> |
waitUntilClusterDeleted(DescribeClustersRequest describeClustersRequest,
WaiterOverrideConfiguration overrideConfig)
Polls
RedshiftClient.describeClusters() API until the desired condition ClusterDeleted is met, or
until it is determined that the resource will never enter into the desired state |
default WaiterResponse<DescribeClustersResponse> |
waitUntilClusterRestored(Consumer<DescribeClustersRequest.Builder> describeClustersRequest)
Polls
RedshiftClient.describeClusters() API until the desired condition ClusterRestored is met, or
until it is determined that the resource will never enter into the desired state. |
default WaiterResponse<DescribeClustersResponse> |
waitUntilClusterRestored(Consumer<DescribeClustersRequest.Builder> describeClustersRequest,
Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
Polls
RedshiftClient.describeClusters() API until the desired condition ClusterRestored is met, or
until it is determined that the resource will never enter into the desired state. |
default WaiterResponse<DescribeClustersResponse> |
waitUntilClusterRestored(DescribeClustersRequest describeClustersRequest)
Polls
RedshiftClient.describeClusters() API until the desired condition ClusterRestored is met, or
until it is determined that the resource will never enter into the desired state |
default WaiterResponse<DescribeClustersResponse> |
waitUntilClusterRestored(DescribeClustersRequest describeClustersRequest,
WaiterOverrideConfiguration overrideConfig)
Polls
RedshiftClient.describeClusters() API until the desired condition ClusterRestored is met, or
until it is determined that the resource will never enter into the desired state |
default WaiterResponse<DescribeClusterSnapshotsResponse> |
waitUntilSnapshotAvailable(Consumer<DescribeClusterSnapshotsRequest.Builder> describeClusterSnapshotsRequest)
Polls
RedshiftClient.describeClusterSnapshots() API until the desired condition SnapshotAvailable
is met, or until it is determined that the resource will never enter into the desired state. |
default WaiterResponse<DescribeClusterSnapshotsResponse> |
waitUntilSnapshotAvailable(Consumer<DescribeClusterSnapshotsRequest.Builder> describeClusterSnapshotsRequest,
Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
Polls
RedshiftClient.describeClusterSnapshots() API until the desired condition SnapshotAvailable
is met, or until it is determined that the resource will never enter into the desired state. |
default WaiterResponse<DescribeClusterSnapshotsResponse> |
waitUntilSnapshotAvailable(DescribeClusterSnapshotsRequest describeClusterSnapshotsRequest)
Polls
RedshiftClient.describeClusterSnapshots() API until the desired condition SnapshotAvailable
is met, or until it is determined that the resource will never enter into the desired state |
default WaiterResponse<DescribeClusterSnapshotsResponse> |
waitUntilSnapshotAvailable(DescribeClusterSnapshotsRequest describeClusterSnapshotsRequest,
WaiterOverrideConfiguration overrideConfig)
Polls
RedshiftClient.describeClusterSnapshots() API until the desired condition SnapshotAvailable
is met, or until it is determined that the resource will never enter into the desired state |
closedefault WaiterResponse<DescribeClustersResponse> waitUntilClusterAvailable(DescribeClustersRequest describeClustersRequest)
RedshiftClient.describeClusters() API until the desired condition ClusterAvailable is met, or
until it is determined that the resource will never enter into the desired statedescribeClustersRequest - the request to be used for pollingdefault WaiterResponse<DescribeClustersResponse> waitUntilClusterAvailable(Consumer<DescribeClustersRequest.Builder> describeClustersRequest)
RedshiftClient.describeClusters() API until the desired condition ClusterAvailable is met, or
until it is determined that the resource will never enter into the desired state.
This is a convenience method to create an instance of the request builder without the need to create one manually
using DescribeClustersRequest.builder()
describeClustersRequest - The consumer that will configure the request to be used for pollingdefault WaiterResponse<DescribeClustersResponse> waitUntilClusterAvailable(DescribeClustersRequest describeClustersRequest, WaiterOverrideConfiguration overrideConfig)
RedshiftClient.describeClusters() API until the desired condition ClusterAvailable is met, or
until it is determined that the resource will never enter into the desired statedescribeClustersRequest - The request to be used for pollingoverrideConfig - Per request override configuration for waitersdefault WaiterResponse<DescribeClustersResponse> waitUntilClusterAvailable(Consumer<DescribeClustersRequest.Builder> describeClustersRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
RedshiftClient.describeClusters() API until the desired condition ClusterAvailable is met, or
until it is determined that the resource will never enter into the desired state.
This is a convenience method to create an instance of the request builder and instance of the override config builder
describeClustersRequest - The consumer that will configure the request to be used for pollingoverrideConfig - The consumer that will configure the per request override configuration for waitersdefault WaiterResponse<DescribeClustersResponse> waitUntilClusterDeleted(DescribeClustersRequest describeClustersRequest)
RedshiftClient.describeClusters() API until the desired condition ClusterDeleted is met, or
until it is determined that the resource will never enter into the desired statedescribeClustersRequest - the request to be used for pollingdefault WaiterResponse<DescribeClustersResponse> waitUntilClusterDeleted(Consumer<DescribeClustersRequest.Builder> describeClustersRequest)
RedshiftClient.describeClusters() API until the desired condition ClusterDeleted is met, or
until it is determined that the resource will never enter into the desired state.
This is a convenience method to create an instance of the request builder without the need to create one manually
using DescribeClustersRequest.builder()
describeClustersRequest - The consumer that will configure the request to be used for pollingdefault WaiterResponse<DescribeClustersResponse> waitUntilClusterDeleted(DescribeClustersRequest describeClustersRequest, WaiterOverrideConfiguration overrideConfig)
RedshiftClient.describeClusters() API until the desired condition ClusterDeleted is met, or
until it is determined that the resource will never enter into the desired statedescribeClustersRequest - The request to be used for pollingoverrideConfig - Per request override configuration for waitersdefault WaiterResponse<DescribeClustersResponse> waitUntilClusterDeleted(Consumer<DescribeClustersRequest.Builder> describeClustersRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
RedshiftClient.describeClusters() API until the desired condition ClusterDeleted is met, or
until it is determined that the resource will never enter into the desired state.
This is a convenience method to create an instance of the request builder and instance of the override config builder
describeClustersRequest - The consumer that will configure the request to be used for pollingoverrideConfig - The consumer that will configure the per request override configuration for waitersdefault WaiterResponse<DescribeClustersResponse> waitUntilClusterRestored(DescribeClustersRequest describeClustersRequest)
RedshiftClient.describeClusters() API until the desired condition ClusterRestored is met, or
until it is determined that the resource will never enter into the desired statedescribeClustersRequest - the request to be used for pollingdefault WaiterResponse<DescribeClustersResponse> waitUntilClusterRestored(Consumer<DescribeClustersRequest.Builder> describeClustersRequest)
RedshiftClient.describeClusters() API until the desired condition ClusterRestored is met, or
until it is determined that the resource will never enter into the desired state.
This is a convenience method to create an instance of the request builder without the need to create one manually
using DescribeClustersRequest.builder()
describeClustersRequest - The consumer that will configure the request to be used for pollingdefault WaiterResponse<DescribeClustersResponse> waitUntilClusterRestored(DescribeClustersRequest describeClustersRequest, WaiterOverrideConfiguration overrideConfig)
RedshiftClient.describeClusters() API until the desired condition ClusterRestored is met, or
until it is determined that the resource will never enter into the desired statedescribeClustersRequest - The request to be used for pollingoverrideConfig - Per request override configuration for waitersdefault WaiterResponse<DescribeClustersResponse> waitUntilClusterRestored(Consumer<DescribeClustersRequest.Builder> describeClustersRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
RedshiftClient.describeClusters() API until the desired condition ClusterRestored is met, or
until it is determined that the resource will never enter into the desired state.
This is a convenience method to create an instance of the request builder and instance of the override config builder
describeClustersRequest - The consumer that will configure the request to be used for pollingoverrideConfig - The consumer that will configure the per request override configuration for waitersdefault WaiterResponse<DescribeClusterSnapshotsResponse> waitUntilSnapshotAvailable(DescribeClusterSnapshotsRequest describeClusterSnapshotsRequest)
RedshiftClient.describeClusterSnapshots() API until the desired condition SnapshotAvailable
is met, or until it is determined that the resource will never enter into the desired statedescribeClusterSnapshotsRequest - the request to be used for pollingdefault WaiterResponse<DescribeClusterSnapshotsResponse> waitUntilSnapshotAvailable(Consumer<DescribeClusterSnapshotsRequest.Builder> describeClusterSnapshotsRequest)
RedshiftClient.describeClusterSnapshots() API until the desired condition SnapshotAvailable
is met, or until it is determined that the resource will never enter into the desired state.
This is a convenience method to create an instance of the request builder without the need to create one manually
using DescribeClusterSnapshotsRequest.builder()
describeClusterSnapshotsRequest - The consumer that will configure the request to be used for pollingdefault WaiterResponse<DescribeClusterSnapshotsResponse> waitUntilSnapshotAvailable(DescribeClusterSnapshotsRequest describeClusterSnapshotsRequest, WaiterOverrideConfiguration overrideConfig)
RedshiftClient.describeClusterSnapshots() API until the desired condition SnapshotAvailable
is met, or until it is determined that the resource will never enter into the desired statedescribeClusterSnapshotsRequest - The request to be used for pollingoverrideConfig - Per request override configuration for waitersdefault WaiterResponse<DescribeClusterSnapshotsResponse> waitUntilSnapshotAvailable(Consumer<DescribeClusterSnapshotsRequest.Builder> describeClusterSnapshotsRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
RedshiftClient.describeClusterSnapshots() API until the desired condition SnapshotAvailable
is met, or until it is determined that the resource will never enter into the desired state.
This is a convenience method to create an instance of the request builder and instance of the override config builder
describeClusterSnapshotsRequest - The consumer that will configure the request to be used for pollingoverrideConfig - The consumer that will configure the per request override configuration for waitersstatic RedshiftWaiter.Builder builder()
RedshiftWaiter.static RedshiftWaiter create()
RedshiftWaiter with the default configuration.
A default RedshiftClient will be created to poll resources. It is recommended to share a single
instance of the waiter created via this method. If it is not desirable to share a waiter instance, invoke
SdkAutoCloseable.close() to release the resources once the waiter is not needed.
RedshiftWaiterCopyright © 2021. All rights reserved.