public static interface ListDataSourceSyncJobsRequest.Builder extends KendraRequest.Builder, SdkPojo, CopyableBuilder<ListDataSourceSyncJobsRequest.Builder,ListDataSourceSyncJobsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListDataSourceSyncJobsRequest.Builder |
id(String id)
The identifier of the data source connector.
|
ListDataSourceSyncJobsRequest.Builder |
indexId(String indexId)
The identifier of the index used with the data source connector.
|
ListDataSourceSyncJobsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of synchronization jobs to return in the response.
|
ListDataSourceSyncJobsRequest.Builder |
nextToken(String nextToken)
If the previous response was incomplete (because there is more data to retrieve), Amazon Kendra returns a
pagination token in the response.
|
ListDataSourceSyncJobsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListDataSourceSyncJobsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default ListDataSourceSyncJobsRequest.Builder |
startTimeFilter(Consumer<TimeRange.Builder> startTimeFilter)
When specified, the synchronization jobs returned in the list are limited to jobs between the specified
dates.
|
ListDataSourceSyncJobsRequest.Builder |
startTimeFilter(TimeRange startTimeFilter)
When specified, the synchronization jobs returned in the list are limited to jobs between the specified
dates.
|
ListDataSourceSyncJobsRequest.Builder |
statusFilter(DataSourceSyncJobStatus statusFilter)
Only returns synchronization jobs with the
Status field equal to the specified status. |
ListDataSourceSyncJobsRequest.Builder |
statusFilter(String statusFilter)
Only returns synchronization jobs with the
Status field equal to the specified status. |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDataSourceSyncJobsRequest.Builder id(String id)
The identifier of the data source connector.
id - The identifier of the data source connector.ListDataSourceSyncJobsRequest.Builder indexId(String indexId)
The identifier of the index used with the data source connector.
indexId - The identifier of the index used with the data source connector.ListDataSourceSyncJobsRequest.Builder nextToken(String nextToken)
If the previous response was incomplete (because there is more data to retrieve), Amazon Kendra returns a pagination token in the response. You can use this pagination token to retrieve the next set of jobs.
nextToken - If the previous response was incomplete (because there is more data to retrieve), Amazon Kendra
returns a pagination token in the response. You can use this pagination token to retrieve the next set
of jobs.ListDataSourceSyncJobsRequest.Builder maxResults(Integer maxResults)
The maximum number of synchronization jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.
maxResults - The maximum number of synchronization jobs to return in the response. If there are fewer results in
the list, this response contains only the actual results.ListDataSourceSyncJobsRequest.Builder startTimeFilter(TimeRange startTimeFilter)
When specified, the synchronization jobs returned in the list are limited to jobs between the specified dates.
startTimeFilter - When specified, the synchronization jobs returned in the list are limited to jobs between the
specified dates.default ListDataSourceSyncJobsRequest.Builder startTimeFilter(Consumer<TimeRange.Builder> startTimeFilter)
When specified, the synchronization jobs returned in the list are limited to jobs between the specified dates.
This is a convenience method that creates an instance of theTimeRange.Builder avoiding the need to
create one manually via TimeRange.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to startTimeFilter(TimeRange).
startTimeFilter - a consumer that will call methods on TimeRange.BuilderstartTimeFilter(TimeRange)ListDataSourceSyncJobsRequest.Builder statusFilter(String statusFilter)
Only returns synchronization jobs with the Status field equal to the specified status.
statusFilter - Only returns synchronization jobs with the Status field equal to the specified status.DataSourceSyncJobStatus,
DataSourceSyncJobStatusListDataSourceSyncJobsRequest.Builder statusFilter(DataSourceSyncJobStatus statusFilter)
Only returns synchronization jobs with the Status field equal to the specified status.
statusFilter - Only returns synchronization jobs with the Status field equal to the specified status.DataSourceSyncJobStatus,
DataSourceSyncJobStatusListDataSourceSyncJobsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListDataSourceSyncJobsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.