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.
|
ListDataSourceSyncJobsRequest.Builder |
indexId(String indexId)
The identifier of the index that contains the data source.
|
ListDataSourceSyncJobsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of synchronization jobs to return in the response.
|
ListDataSourceSyncJobsRequest.Builder |
nextToken(String nextToken)
If the result of the previous request to
GetDataSourceSyncJobHistory was truncated, include the
NextToken to fetch the next set of jobs. |
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)
When specified, only returns synchronization jobs with the
Status field equal to the specified
status. |
ListDataSourceSyncJobsRequest.Builder |
statusFilter(String statusFilter)
When specified, 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.
id - The identifier of the data source.ListDataSourceSyncJobsRequest.Builder indexId(String indexId)
The identifier of the index that contains the data source.
indexId - The identifier of the index that contains the data source.ListDataSourceSyncJobsRequest.Builder nextToken(String nextToken)
If the result of the previous request to GetDataSourceSyncJobHistory was truncated, include the
NextToken to fetch the next set of jobs.
nextToken - If the result of the previous request to GetDataSourceSyncJobHistory was truncated,
include the NextToken to fetch 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 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)
When specified, only returns synchronization jobs with the Status field equal to the specified
status.
statusFilter - When specified, only returns synchronization jobs with the Status field equal to the
specified status.DataSourceSyncJobStatus,
DataSourceSyncJobStatusListDataSourceSyncJobsRequest.Builder statusFilter(DataSourceSyncJobStatus statusFilter)
When specified, only returns synchronization jobs with the Status field equal to the specified
status.
statusFilter - When specified, 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 © 2020. All rights reserved.