Interface ListTableRestoreStatusRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListTableRestoreStatusRequest.Builder,ListTableRestoreStatusRequest>,RedshiftServerlessRequest.Builder,SdkBuilder<ListTableRestoreStatusRequest.Builder,ListTableRestoreStatusRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListTableRestoreStatusRequest
public static interface ListTableRestoreStatusRequest.Builder extends RedshiftServerlessRequest.Builder, SdkPojo, CopyableBuilder<ListTableRestoreStatusRequest.Builder,ListTableRestoreStatusRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListTableRestoreStatusRequest.BuildermaxResults(Integer maxResults)An optional parameter that specifies the maximum number of results to return.ListTableRestoreStatusRequest.BuildernamespaceName(String namespaceName)The namespace from which to list all of the statuses ofRestoreTableFromSnapshotoperations .ListTableRestoreStatusRequest.BuildernextToken(String nextToken)If your initialListTableRestoreStatusoperation returns a nextToken, you can include the returnednextTokenin followingListTableRestoreStatusoperations.ListTableRestoreStatusRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListTableRestoreStatusRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListTableRestoreStatusRequest.BuilderworkgroupName(String workgroupName)The workgroup from which to list all of the statuses ofRestoreTableFromSnapshotoperations.-
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.redshiftserverless.model.RedshiftServerlessRequest.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
-
maxResults
ListTableRestoreStatusRequest.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.
- Parameters:
maxResults- An optional parameter that specifies the maximum number of results to return. You can use nextToken to display the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
namespaceName
ListTableRestoreStatusRequest.Builder namespaceName(String namespaceName)
The namespace from which to list all of the statuses of
RestoreTableFromSnapshotoperations .- Parameters:
namespaceName- The namespace from which to list all of the statuses ofRestoreTableFromSnapshotoperations .- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListTableRestoreStatusRequest.Builder nextToken(String nextToken)
If your initial
ListTableRestoreStatusoperation returns a nextToken, you can include the returnednextTokenin followingListTableRestoreStatusoperations. This will return results on the next page.- Parameters:
nextToken- If your initialListTableRestoreStatusoperation returns a nextToken, you can include the returnednextTokenin followingListTableRestoreStatusoperations. This will return results on the next page.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workgroupName
ListTableRestoreStatusRequest.Builder workgroupName(String workgroupName)
The workgroup from which to list all of the statuses of
RestoreTableFromSnapshotoperations.- Parameters:
workgroupName- The workgroup from which to list all of the statuses ofRestoreTableFromSnapshotoperations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListTableRestoreStatusRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListTableRestoreStatusRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-