public static interface ListDataSourceSyncJobsResponse.Builder extends KendraResponse.Builder, SdkPojo, CopyableBuilder<ListDataSourceSyncJobsResponse.Builder,ListDataSourceSyncJobsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListDataSourceSyncJobsResponse.Builder |
history(Collection<DataSourceSyncJob> history)
A history of synchronization jobs for the data source connector.
|
ListDataSourceSyncJobsResponse.Builder |
history(Consumer<DataSourceSyncJob.Builder>... history)
A history of synchronization jobs for the data source connector.
|
ListDataSourceSyncJobsResponse.Builder |
history(DataSourceSyncJob... history)
A history of synchronization jobs for the data source connector.
|
ListDataSourceSyncJobsResponse.Builder |
nextToken(String nextToken)
If the response is truncated, Amazon Kendra returns this token that you can use in the subsequent request to
retrieve the next set of jobs.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDataSourceSyncJobsResponse.Builder history(Collection<DataSourceSyncJob> history)
A history of synchronization jobs for the data source connector.
history - A history of synchronization jobs for the data source connector.ListDataSourceSyncJobsResponse.Builder history(DataSourceSyncJob... history)
A history of synchronization jobs for the data source connector.
history - A history of synchronization jobs for the data source connector.ListDataSourceSyncJobsResponse.Builder history(Consumer<DataSourceSyncJob.Builder>... history)
A history of synchronization jobs for the data source connector.
This is a convenience method that creates an instance of theDataSourceSyncJob.Builder avoiding the need to create
one manually via DataSourceSyncJob.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #history(List.
history - a consumer that will call methods on
DataSourceSyncJob.Builder#history(java.util.Collection) ListDataSourceSyncJobsResponse.Builder nextToken(String nextToken)
If the response is truncated, Amazon Kendra returns this token that you can use in the subsequent request to retrieve the next set of jobs.
nextToken - If the response is truncated, Amazon Kendra returns this token that you can use in the subsequent
request to retrieve the next set of jobs.Copyright © 2023. All rights reserved.