static ListIngestionJobsRequest.Builder |
ListIngestionJobsRequest.builder() |
|
ListIngestionJobsRequest.Builder |
ListIngestionJobsRequest.Builder.dataSourceId(String dataSourceId) |
Sets the value of the DataSourceId property for this object.
|
ListIngestionJobsRequest.Builder |
ListIngestionJobsRequest.Builder.filters(Collection<IngestionJobFilter> filters) |
Sets the value of the Filters property for this object.
|
ListIngestionJobsRequest.Builder |
ListIngestionJobsRequest.Builder.filters(Consumer<IngestionJobFilter.Builder>... filters) |
Sets the value of the Filters property for this object.
|
ListIngestionJobsRequest.Builder |
ListIngestionJobsRequest.Builder.filters(IngestionJobFilter... filters) |
Sets the value of the Filters property for this object.
|
ListIngestionJobsRequest.Builder |
ListIngestionJobsRequest.Builder.knowledgeBaseId(String knowledgeBaseId) |
Sets the value of the KnowledgeBaseId property for this object.
|
ListIngestionJobsRequest.Builder |
ListIngestionJobsRequest.Builder.maxResults(Integer maxResults) |
Sets the value of the MaxResults property for this object.
|
ListIngestionJobsRequest.Builder |
ListIngestionJobsRequest.Builder.nextToken(String nextToken) |
Sets the value of the NextToken property for this object.
|
ListIngestionJobsRequest.Builder |
ListIngestionJobsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
ListIngestionJobsRequest.Builder |
ListIngestionJobsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
default ListIngestionJobsRequest.Builder |
ListIngestionJobsRequest.Builder.sortBy(Consumer<IngestionJobSortBy.Builder> sortBy) |
Sets the value of the SortBy property for this object.
|
ListIngestionJobsRequest.Builder |
ListIngestionJobsRequest.Builder.sortBy(IngestionJobSortBy sortBy) |
Sets the value of the SortBy property for this object.
|
ListIngestionJobsRequest.Builder |
ListIngestionJobsRequest.toBuilder() |
|