Interface ListDataSourceSyncJobsRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<ListDataSourceSyncJobsRequest.Builder,,- ListDataSourceSyncJobsRequest> - QBusinessRequest.Builder,- SdkBuilder<ListDataSourceSyncJobsRequest.Builder,,- ListDataSourceSyncJobsRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- ListDataSourceSyncJobsRequest
- 
Method SummaryModifier and TypeMethodDescriptionapplicationId(String applicationId) The identifier of the Amazon Q Business application connected to the data source.dataSourceId(String dataSourceId) The identifier of the data source connector.The end time of the data source connector sync.The identifier of the index used with the Amazon Q Business data source connector.maxResults(Integer maxResults) The maximum number of synchronization jobs to return in the response.If themaxResultsresponse was incpmplete because there is more data to retriever, Amazon Q Business returns a pagination token in the response.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The start time of the data source connector sync.statusFilter(String statusFilter) Only returns synchronization jobs with theStatusfield equal to the specified status.statusFilter(DataSourceSyncJobStatus statusFilter) Only returns synchronization jobs with theStatusfield equal to the specified status.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.qbusiness.model.QBusinessRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
dataSourceIdThe identifier of the data source connector. - Parameters:
- dataSourceId- The identifier of the data source connector.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
applicationIdThe identifier of the Amazon Q Business application connected to the data source. - Parameters:
- applicationId- The identifier of the Amazon Q Business application connected to the data source.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
indexIdThe identifier of the index used with the Amazon Q Business data source connector. - Parameters:
- indexId- The identifier of the index used with the Amazon Q Business data source connector.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
nextTokenIf the maxResultsresponse was incpmplete because there is more data to retriever, Amazon Q Business returns a pagination token in the response. You can use this pagination token to retrieve the next set of responses.- Parameters:
- nextToken- If the- maxResultsresponse was incpmplete because there is more data to retriever, Amazon Q Business returns a pagination token in the response. You can use this pagination token to retrieve the next set of responses.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
maxResultsThe maximum number of synchronization jobs to return in the response. - Parameters:
- maxResults- The maximum number of synchronization jobs to return in the response.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
startTimeThe start time of the data source connector sync. - Parameters:
- startTime- The start time of the data source connector sync.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
endTimeThe end time of the data source connector sync. - Parameters:
- endTime- The end time of the data source connector sync.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
statusFilterOnly returns synchronization jobs with the Statusfield equal to the specified status.- Parameters:
- statusFilter- Only returns synchronization jobs with the- Statusfield equal to the specified status.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
statusFilterOnly returns synchronization jobs with the Statusfield equal to the specified status.- Parameters:
- statusFilter- Only returns synchronization jobs with the- Statusfield equal to the specified status.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
overrideConfigurationListDataSourceSyncJobsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationListDataSourceSyncJobsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-