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 Summary
Modifier 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 themaxResults
response 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 theStatus
field equal to the specified status.statusFilter
(DataSourceSyncJobStatus statusFilter) Only returns synchronization jobs with theStatus
field 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, sdkFieldNameToField, sdkFields
-
Method Details
-
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.
-
applicationId
The 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.
-
indexId
The 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.
-
nextToken
If the
maxResults
response 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 themaxResults
response 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.
-
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.
-
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.
-
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.
-
statusFilter
Only returns synchronization jobs with the
Status
field equal to the specified status.- Parameters:
statusFilter
- Only returns synchronization jobs with theStatus
field equal to the specified status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statusFilter
Only returns synchronization jobs with the
Status
field equal to the specified status.- Parameters:
statusFilter
- Only returns synchronization jobs with theStatus
field equal to the specified status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
ListDataSourceSyncJobsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListDataSourceSyncJobsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-