Class DescribeTableRestoreStatusRequest
- All Implemented Interfaces:
ReadLimitInfo, Serializable, Cloneable
- See Also:
-
Field Summary
Fields inherited from class AmazonWebServiceRequest
NOOP -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates a shallow clone of this request.booleanThe Amazon Redshift cluster that the table is being restored to.An optional pagination token provided by a previousDescribeTableRestoreStatusrequest.The maximum number of records to include in the response.The identifier of the table restore request to return status for.inthashCode()voidsetClusterIdentifier(String clusterIdentifier) The Amazon Redshift cluster that the table is being restored to.voidAn optional pagination token provided by a previousDescribeTableRestoreStatusrequest.voidsetMaxRecords(Integer maxRecords) The maximum number of records to include in the response.voidsetTableRestoreRequestId(String tableRestoreRequestId) The identifier of the table restore request to return status for.toString()Returns a string representation of this object; useful for testing and debugging.withClusterIdentifier(String clusterIdentifier) The Amazon Redshift cluster that the table is being restored to.withMarker(String marker) An optional pagination token provided by a previousDescribeTableRestoreStatusrequest.withMaxRecords(Integer maxRecords) The maximum number of records to include in the response.withTableRestoreRequestId(String tableRestoreRequestId) The identifier of the table restore request to return status for.Methods inherited from class AmazonWebServiceRequest
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
-
Constructor Details
-
DescribeTableRestoreStatusRequest
public DescribeTableRestoreStatusRequest()
-
-
Method Details
-
setClusterIdentifier
The Amazon Redshift cluster that the table is being restored to.
- Parameters:
clusterIdentifier- The Amazon Redshift cluster that the table is being restored to.
-
getClusterIdentifier
The Amazon Redshift cluster that the table is being restored to.
- Returns:
- The Amazon Redshift cluster that the table is being restored to.
-
withClusterIdentifier
The Amazon Redshift cluster that the table is being restored to.
- Parameters:
clusterIdentifier- The Amazon Redshift cluster that the table is being restored to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setTableRestoreRequestId
The identifier of the table restore request to return status for. If you don't specify a
TableRestoreRequestIdvalue, thenDescribeTableRestoreStatusreturns the status of all in-progress table restore requests.- Parameters:
tableRestoreRequestId- The identifier of the table restore request to return status for. If you don't specify aTableRestoreRequestIdvalue, thenDescribeTableRestoreStatusreturns the status of all in-progress table restore requests.
-
getTableRestoreRequestId
The identifier of the table restore request to return status for. If you don't specify a
TableRestoreRequestIdvalue, thenDescribeTableRestoreStatusreturns the status of all in-progress table restore requests.- Returns:
- The identifier of the table restore request to return status for.
If you don't specify a
TableRestoreRequestIdvalue, thenDescribeTableRestoreStatusreturns the status of all in-progress table restore requests.
-
withTableRestoreRequestId
The identifier of the table restore request to return status for. If you don't specify a
TableRestoreRequestIdvalue, thenDescribeTableRestoreStatusreturns the status of all in-progress table restore requests.- Parameters:
tableRestoreRequestId- The identifier of the table restore request to return status for. If you don't specify aTableRestoreRequestIdvalue, thenDescribeTableRestoreStatusreturns the status of all in-progress table restore requests.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setMaxRecords
The maximum number of records to include in the response. If more records exist than the specified
MaxRecordsvalue, a pagination token called a marker is included in the response so that the remaining results can be retrieved.- Parameters:
maxRecords- The maximum number of records to include in the response. If more records exist than the specifiedMaxRecordsvalue, a pagination token called a marker is included in the response so that the remaining results can be retrieved.
-
getMaxRecords
The maximum number of records to include in the response. If more records exist than the specified
MaxRecordsvalue, a pagination token called a marker is included in the response so that the remaining results can be retrieved.- Returns:
- The maximum number of records to include in the response. If more
records exist than the specified
MaxRecordsvalue, a pagination token called a marker is included in the response so that the remaining results can be retrieved.
-
withMaxRecords
The maximum number of records to include in the response. If more records exist than the specified
MaxRecordsvalue, a pagination token called a marker is included in the response so that the remaining results can be retrieved.- Parameters:
maxRecords- The maximum number of records to include in the response. If more records exist than the specifiedMaxRecordsvalue, a pagination token called a marker is included in the response so that the remaining results can be retrieved.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setMarker
An optional pagination token provided by a previous
DescribeTableRestoreStatusrequest. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by theMaxRecordsparameter.- Parameters:
marker- An optional pagination token provided by a previousDescribeTableRestoreStatusrequest. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by theMaxRecordsparameter.
-
getMarker
An optional pagination token provided by a previous
DescribeTableRestoreStatusrequest. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by theMaxRecordsparameter.- Returns:
- An optional pagination token provided by a previous
DescribeTableRestoreStatusrequest. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by theMaxRecordsparameter.
-
withMarker
An optional pagination token provided by a previous
DescribeTableRestoreStatusrequest. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by theMaxRecordsparameter.- Parameters:
marker- An optional pagination token provided by a previousDescribeTableRestoreStatusrequest. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by theMaxRecordsparameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
Description copied from class:AmazonWebServiceRequestCreates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clonein classAmazonWebServiceRequest- See Also:
-