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.Builder
clusterIdentifier(String clusterIdentifier)
The Amazon Redshift cluster that the table is being restored to.DescribeTableRestoreStatusRequest.Builder
marker(String marker)
An optional pagination token provided by a previousDescribeTableRestoreStatus
request.DescribeTableRestoreStatusRequest.Builder
maxRecords(Integer maxRecords)
The maximum number of records to include in the response.DescribeTableRestoreStatusRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
DescribeTableRestoreStatusRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
DescribeTableRestoreStatusRequest.Builder
tableRestoreRequestId(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
TableRestoreRequestId
value, thenDescribeTableRestoreStatus
returns 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 aTableRestoreRequestId
value, thenDescribeTableRestoreStatus
returns 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
MaxRecords
value, 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 specifiedMaxRecords
value, 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
DescribeTableRestoreStatus
request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by theMaxRecords
parameter.- Parameters:
marker
- An optional pagination token provided by a previousDescribeTableRestoreStatus
request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by theMaxRecords
parameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeTableRestoreStatusRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeTableRestoreStatusRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-