Interface DescribeTableRestoreStatusRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<DescribeTableRestoreStatusRequest.Builder,,- DescribeTableRestoreStatusRequest> - RedshiftRequest.Builder,- SdkBuilder<DescribeTableRestoreStatusRequest.Builder,,- DescribeTableRestoreStatusRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- DescribeTableRestoreStatusRequest
- 
Method SummaryModifier and TypeMethodDescriptionclusterIdentifier(String clusterIdentifier) The Amazon Redshift cluster that the table is being restored to.An optional pagination token provided by a previousDescribeTableRestoreStatusrequest.maxRecords(Integer maxRecords) The maximum number of records to include in the response.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.tableRestoreRequestId(String tableRestoreRequestId) The identifier of the table restore request to return status for.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.redshift.model.RedshiftRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
clusterIdentifierThe 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.
 
- 
tableRestoreRequestIdThe 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 a- TableRestoreRequestIdvalue, then- DescribeTableRestoreStatusreturns the status of all in-progress table restore requests.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
maxRecordsThe 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 specified- MaxRecordsvalue, 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.
 
- 
markerAn 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 previous- DescribeTableRestoreStatusrequest. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by the- MaxRecordsparameter.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
overrideConfigurationDescribeTableRestoreStatusRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationDescribeTableRestoreStatusRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-