Interface ListDataSourceSyncJobsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListDataSourceSyncJobsRequest.Builder,ListDataSourceSyncJobsRequest>,QBusinessRequest.Builder,SdkBuilder<ListDataSourceSyncJobsRequest.Builder,ListDataSourceSyncJobsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListDataSourceSyncJobsRequest
public static interface ListDataSourceSyncJobsRequest.Builder extends QBusinessRequest.Builder, SdkPojo, CopyableBuilder<ListDataSourceSyncJobsRequest.Builder,ListDataSourceSyncJobsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListDataSourceSyncJobsRequest.BuilderapplicationId(String applicationId)The identifier of the Amazon Q application connected to the data source.ListDataSourceSyncJobsRequest.BuilderdataSourceId(String dataSourceId)The identifier of the data source connector.ListDataSourceSyncJobsRequest.BuilderendTime(Instant endTime)The end time of the data source connector sync.ListDataSourceSyncJobsRequest.BuilderindexId(String indexId)The identifier of the index used with the Amazon Q data source connector.ListDataSourceSyncJobsRequest.BuildermaxResults(Integer maxResults)The maximum number of synchronization jobs to return in the response.ListDataSourceSyncJobsRequest.BuildernextToken(String nextToken)If themaxResultsresponse was incpmplete because there is more data to retriever, Amazon Q returns a pagination token in the response.ListDataSourceSyncJobsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListDataSourceSyncJobsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListDataSourceSyncJobsRequest.BuilderstartTime(Instant startTime)The start time of the data source connector sync.ListDataSourceSyncJobsRequest.BuilderstatusFilter(String statusFilter)Only returns synchronization jobs with theStatusfield equal to the specified status.ListDataSourceSyncJobsRequest.BuilderstatusFilter(DataSourceSyncJobStatus statusFilter)Only returns synchronization jobs with theStatusfield equal to the specified status.-
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.qbusiness.model.QBusinessRequest.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
-
applicationId
ListDataSourceSyncJobsRequest.Builder applicationId(String applicationId)
The identifier of the Amazon Q application connected to the data source.
- Parameters:
applicationId- The identifier of the Amazon Q application connected to the data source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataSourceId
ListDataSourceSyncJobsRequest.Builder dataSourceId(String dataSourceId)
The 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.
-
endTime
ListDataSourceSyncJobsRequest.Builder endTime(Instant endTime)
The 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.
-
indexId
ListDataSourceSyncJobsRequest.Builder indexId(String indexId)
The identifier of the index used with the Amazon Q data source connector.
- Parameters:
indexId- The identifier of the index used with the Amazon Q data source connector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListDataSourceSyncJobsRequest.Builder maxResults(Integer maxResults)
The 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.
-
nextToken
ListDataSourceSyncJobsRequest.Builder nextToken(String nextToken)
If the
maxResultsresponse was incpmplete because there is more data to retriever, Amazon Q returns a pagination token in the response. You can use this pagination token to retrieve the next set of responses.- Parameters:
nextToken- If themaxResultsresponse was incpmplete because there is more data to retriever, Amazon Q 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.
-
startTime
ListDataSourceSyncJobsRequest.Builder startTime(Instant startTime)
The 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.
-
statusFilter
ListDataSourceSyncJobsRequest.Builder statusFilter(String statusFilter)
Only returns synchronization jobs with the
Statusfield equal to the specified status.- Parameters:
statusFilter- Only returns synchronization jobs with theStatusfield equal to the specified status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DataSourceSyncJobStatus,DataSourceSyncJobStatus
-
statusFilter
ListDataSourceSyncJobsRequest.Builder statusFilter(DataSourceSyncJobStatus statusFilter)
Only returns synchronization jobs with the
Statusfield equal to the specified status.- Parameters:
statusFilter- Only returns synchronization jobs with theStatusfield equal to the specified status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DataSourceSyncJobStatus,DataSourceSyncJobStatus
-
overrideConfiguration
ListDataSourceSyncJobsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListDataSourceSyncJobsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-