Interface ListTableRestoreStatusResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<ListTableRestoreStatusResponse.Builder,,- ListTableRestoreStatusResponse> - RedshiftServerlessResponse.Builder,- SdkBuilder<ListTableRestoreStatusResponse.Builder,,- ListTableRestoreStatusResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- ListTableRestoreStatusResponse
@Mutable
@NotThreadSafe
public static interface ListTableRestoreStatusResponse.Builder
extends RedshiftServerlessResponse.Builder, SdkPojo, CopyableBuilder<ListTableRestoreStatusResponse.Builder,ListTableRestoreStatusResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionIf your initialListTableRestoreStatusoperation returns anextToken, you can include the returnednextTokenin followingListTableRestoreStatusoperations.tableRestoreStatuses(Collection<TableRestoreStatus> tableRestoreStatuses) The array of returnedTableRestoreStatusobjects.tableRestoreStatuses(Consumer<TableRestoreStatus.Builder>... tableRestoreStatuses) The array of returnedTableRestoreStatusobjects.tableRestoreStatuses(TableRestoreStatus... tableRestoreStatuses) The array of returnedTableRestoreStatusobjects.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.redshiftserverless.model.RedshiftServerlessResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
nextTokenIf your initial ListTableRestoreStatusoperation returns anextToken, you can include the returnednextTokenin followingListTableRestoreStatusoperations. This will returns results on the next page.- Parameters:
- nextToken- If your initial- ListTableRestoreStatusoperation returns a- nextToken, you can include the returned- nextTokenin following- ListTableRestoreStatusoperations. This will returns results on the next page.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
tableRestoreStatusesListTableRestoreStatusResponse.Builder tableRestoreStatuses(Collection<TableRestoreStatus> tableRestoreStatuses) The array of returned TableRestoreStatusobjects.- Parameters:
- tableRestoreStatuses- The array of returned- TableRestoreStatusobjects.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
tableRestoreStatusesListTableRestoreStatusResponse.Builder tableRestoreStatuses(TableRestoreStatus... tableRestoreStatuses) The array of returned TableRestoreStatusobjects.- Parameters:
- tableRestoreStatuses- The array of returned- TableRestoreStatusobjects.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
tableRestoreStatusesListTableRestoreStatusResponse.Builder tableRestoreStatuses(Consumer<TableRestoreStatus.Builder>... tableRestoreStatuses) The array of returned This is a convenience method that creates an instance of theTableRestoreStatusobjects.TableRestoreStatus.Builderavoiding the need to create one manually viaTableRestoreStatus.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totableRestoreStatuses(List<TableRestoreStatus>).- Parameters:
- tableRestoreStatuses- a consumer that will call methods on- TableRestoreStatus.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-