Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DescribeTableRestoreStatusRequest.Builder,DescribeTableRestoreStatusRequest>
@Generated("software.amazon.awssdk:codegen") public class DescribeTableRestoreStatusRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DescribeTableRestoreStatusRequest.Builder,DescribeTableRestoreStatusRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribeTableRestoreStatusRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static DescribeTableRestoreStatusRequest.Builder |
builder() |
|
String |
clusterIdentifier() |
The Amazon Redshift cluster that the table is being restored to.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
marker() |
An optional pagination token provided by a previous
DescribeTableRestoreStatus request. |
Integer |
maxRecords() |
The maximum number of records to include in the response.
|
static Class<? extends DescribeTableRestoreStatusRequest.Builder> |
serializableBuilderClass() |
|
String |
tableRestoreRequestId() |
The identifier of the table restore request to return status for.
|
DescribeTableRestoreStatusRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String clusterIdentifier()
The Amazon Redshift cluster that the table is being restored to.
public String tableRestoreRequestId()
The identifier of the table restore request to return status for. If you don't specify a
TableRestoreRequestId
value, then DescribeTableRestoreStatus
returns the status of all
in-progress table restore requests.
TableRestoreRequestId
value, then DescribeTableRestoreStatus
returns the status
of all in-progress table restore requests.public Integer maxRecords()
The maximum number of records to include in the response. If more records exist than the specified
MaxRecords
value, a pagination token called a marker is included in the response so that the
remaining results can be retrieved.
MaxRecords
value, a pagination token called a marker is included in the response so that the
remaining results can be retrieved.public String marker()
An optional pagination token provided by a previous DescribeTableRestoreStatus
request. If this
parameter is specified, the response includes only records beyond the marker, up to the value specified by the
MaxRecords
parameter.
DescribeTableRestoreStatus
request. If
this parameter is specified, the response includes only records beyond the marker, up to the value
specified by the MaxRecords
parameter.public DescribeTableRestoreStatusRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeTableRestoreStatusRequest.Builder,DescribeTableRestoreStatusRequest>
public static DescribeTableRestoreStatusRequest.Builder builder()
public static Class<? extends DescribeTableRestoreStatusRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.