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.
|
ListDataSourceSyncJobsResponse.Builder |
history(Consumer<DataSourceSyncJob.Builder>... history)
A history of synchronization jobs for the data source.
|
ListDataSourceSyncJobsResponse.Builder |
history(DataSourceSyncJob... history)
A history of synchronization jobs for the data source.
|
ListDataSourceSyncJobsResponse.Builder |
nextToken(String nextToken)
The
GetDataSourceSyncJobHistory operation returns a page of vocabularies at a time. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDataSourceSyncJobsResponse.Builder history(Collection<DataSourceSyncJob> history)
A history of synchronization jobs for the data source.
history - A history of synchronization jobs for the data source.ListDataSourceSyncJobsResponse.Builder history(DataSourceSyncJob... history)
A history of synchronization jobs for the data source.
history - A history of synchronization jobs for the data source.ListDataSourceSyncJobsResponse.Builder history(Consumer<DataSourceSyncJob.Builder>... history)
A history of synchronization jobs for the data source.
This is a convenience that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #history(List) .history - a consumer that will call methods on List.Builder #history(List) ListDataSourceSyncJobsResponse.Builder nextToken(String nextToken)
The GetDataSourceSyncJobHistory operation returns a page of vocabularies at a time. The maximum
size of the page is set by the MaxResults parameter. If there are more jobs in the list than the
page size, Amazon Kendra returns the NextPage token. Include the token in the next request to the
GetDataSourceSyncJobHistory operation to return in the next page of jobs.
nextToken - The GetDataSourceSyncJobHistory operation returns a page of vocabularies at a time. The
maximum size of the page is set by the MaxResults parameter. If there are more jobs in
the list than the page size, Amazon Kendra returns the NextPage token. Include the token in the next
request to the GetDataSourceSyncJobHistory operation to return in the next page of jobs.Copyright © 2021. All rights reserved.