Interface ListDataSourceSyncJobsResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<ListDataSourceSyncJobsResponse.Builder,,- ListDataSourceSyncJobsResponse> - QBusinessResponse.Builder,- SdkBuilder<ListDataSourceSyncJobsResponse.Builder,,- ListDataSourceSyncJobsResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- ListDataSourceSyncJobsResponse
@Mutable
@NotThreadSafe
public static interface ListDataSourceSyncJobsResponse.Builder
extends QBusinessResponse.Builder, SdkPojo, CopyableBuilder<ListDataSourceSyncJobsResponse.Builder,ListDataSourceSyncJobsResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionhistory(Collection<DataSourceSyncJob> history) A history of synchronization jobs for the data source connector.history(Consumer<DataSourceSyncJob.Builder>... history) A history of synchronization jobs for the data source connector.history(DataSourceSyncJob... history) A history of synchronization jobs for the data source connector.If the response is truncated, Amazon Q Business returns this token.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.qbusiness.model.QBusinessResponse.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- 
historyA history of synchronization jobs for the data source connector. - Parameters:
- history- A history of synchronization jobs for the data source connector.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
historyA history of synchronization jobs for the data source connector. - Parameters:
- history- A history of synchronization jobs for the data source connector.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
historyA history of synchronization jobs for the data source connector. This is a convenience method that creates an instance of theDataSourceSyncJob.Builderavoiding the need to create one manually viaDataSourceSyncJob.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tohistory(List<DataSourceSyncJob>).- Parameters:
- history- a consumer that will call methods on- DataSourceSyncJob.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
nextTokenIf the response is truncated, Amazon Q Business returns this token. You can use this token in any subsequent request to retrieve the next set of jobs. - Parameters:
- nextToken- If the response is truncated, Amazon Q Business returns this token. You can use this token in any subsequent request to retrieve the next set of jobs.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-