public static interface ListTableRestoreStatusRequest.Builder extends RedshiftServerlessRequest.Builder, SdkPojo, CopyableBuilder<ListTableRestoreStatusRequest.Builder,ListTableRestoreStatusRequest>
| Modifier and Type | Method and Description |
|---|---|
ListTableRestoreStatusRequest.Builder |
maxResults(Integer maxResults)
An optional parameter that specifies the maximum number of results to return.
|
ListTableRestoreStatusRequest.Builder |
namespaceName(String namespaceName)
The namespace from which to list all of the statuses of
RestoreTableFromSnapshot operations . |
ListTableRestoreStatusRequest.Builder |
nextToken(String nextToken)
If your initial
ListTableRestoreStatus operation returns a nextToken, you can include the
returned nextToken in following ListTableRestoreStatus operations. |
ListTableRestoreStatusRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListTableRestoreStatusRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListTableRestoreStatusRequest.Builder |
workgroupName(String workgroupName)
The workgroup from which to list all of the statuses of
RestoreTableFromSnapshot operations. |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTableRestoreStatusRequest.Builder maxResults(Integer maxResults)
An optional parameter that specifies the maximum number of results to return. You can use nextToken to display the next page of results.
maxResults - An optional parameter that specifies the maximum number of results to return. You can use nextToken to
display the next page of results.ListTableRestoreStatusRequest.Builder namespaceName(String namespaceName)
The namespace from which to list all of the statuses of RestoreTableFromSnapshot operations .
namespaceName - The namespace from which to list all of the statuses of RestoreTableFromSnapshot
operations .ListTableRestoreStatusRequest.Builder nextToken(String nextToken)
If your initial ListTableRestoreStatus operation returns a nextToken, you can include the
returned nextToken in following ListTableRestoreStatus operations. This will return
results on the next page.
nextToken - If your initial ListTableRestoreStatus operation returns a nextToken, you can include the
returned nextToken in following ListTableRestoreStatus operations. This will
return results on the next page.ListTableRestoreStatusRequest.Builder workgroupName(String workgroupName)
The workgroup from which to list all of the statuses of RestoreTableFromSnapshot operations.
workgroupName - The workgroup from which to list all of the statuses of RestoreTableFromSnapshot
operations.ListTableRestoreStatusRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListTableRestoreStatusRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.