Interface DescribeTableRestoreStatusRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeTableRestoreStatusRequest.Builder,DescribeTableRestoreStatusRequest>,RedshiftRequest.Builder,SdkBuilder<DescribeTableRestoreStatusRequest.Builder,DescribeTableRestoreStatusRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeTableRestoreStatusRequest
public static interface DescribeTableRestoreStatusRequest.Builder extends RedshiftRequest.Builder, SdkPojo, CopyableBuilder<DescribeTableRestoreStatusRequest.Builder,DescribeTableRestoreStatusRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeTableRestoreStatusRequest.BuilderclusterIdentifier(String clusterIdentifier)The Amazon Redshift cluster that the table is being restored to.DescribeTableRestoreStatusRequest.Buildermarker(String marker)An optional pagination token provided by a previousDescribeTableRestoreStatusrequest.DescribeTableRestoreStatusRequest.BuildermaxRecords(Integer maxRecords)The maximum number of records to include in the response.DescribeTableRestoreStatusRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeTableRestoreStatusRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeTableRestoreStatusRequest.BuildertableRestoreRequestId(String tableRestoreRequestId)The identifier of the table restore request to return status for.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.redshift.model.RedshiftRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
clusterIdentifier
DescribeTableRestoreStatusRequest.Builder clusterIdentifier(String clusterIdentifier)
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.
-
tableRestoreRequestId
DescribeTableRestoreStatusRequest.Builder tableRestoreRequestId(String tableRestoreRequestId)
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.
-
maxRecords
DescribeTableRestoreStatusRequest.Builder maxRecords(Integer 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.- 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.
-
marker
DescribeTableRestoreStatusRequest.Builder marker(String 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 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.
-
overrideConfiguration
DescribeTableRestoreStatusRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeTableRestoreStatusRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-