Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.ListIngestionJobsRequest.Builder
Packages that use ListIngestionJobsRequest.Builder
Package
Description
Describes the API operations for creating and managing Amazon Bedrock agents.
-
Uses of ListIngestionJobsRequest.Builder in software.amazon.awssdk.services.bedrockagent
Method parameters in software.amazon.awssdk.services.bedrockagent with type arguments of type ListIngestionJobsRequest.BuilderModifier and TypeMethodDescriptionBedrockAgentAsyncClient.listIngestionJobs(Consumer<ListIngestionJobsRequest.Builder> listIngestionJobsRequest) Lists the data ingestion jobs for a data source.default ListIngestionJobsResponseBedrockAgentClient.listIngestionJobs(Consumer<ListIngestionJobsRequest.Builder> listIngestionJobsRequest) Lists the data ingestion jobs for a data source.default ListIngestionJobsPublisherBedrockAgentAsyncClient.listIngestionJobsPaginator(Consumer<ListIngestionJobsRequest.Builder> listIngestionJobsRequest) This is a variant ofBedrockAgentAsyncClient.listIngestionJobs(software.amazon.awssdk.services.bedrockagent.model.ListIngestionJobsRequest)operation.default ListIngestionJobsIterableBedrockAgentClient.listIngestionJobsPaginator(Consumer<ListIngestionJobsRequest.Builder> listIngestionJobsRequest) This is a variant ofBedrockAgentClient.listIngestionJobs(software.amazon.awssdk.services.bedrockagent.model.ListIngestionJobsRequest)operation. -
Uses of ListIngestionJobsRequest.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return ListIngestionJobsRequest.BuilderModifier and TypeMethodDescriptionListIngestionJobsRequest.builder()ListIngestionJobsRequest.Builder.dataSourceId(String dataSourceId) The unique identifier of the data source for the list of data ingestion jobs.ListIngestionJobsRequest.Builder.filters(Collection<IngestionJobFilter> filters) Contains information about the filters for filtering the data.ListIngestionJobsRequest.Builder.filters(Consumer<IngestionJobFilter.Builder>... filters) Contains information about the filters for filtering the data.ListIngestionJobsRequest.Builder.filters(IngestionJobFilter... filters) Contains information about the filters for filtering the data.ListIngestionJobsRequest.Builder.knowledgeBaseId(String knowledgeBaseId) The unique identifier of the knowledge base for the list of data ingestion jobs.ListIngestionJobsRequest.Builder.maxResults(Integer maxResults) The maximum number of results to return in the response.If the total number of results is greater than themaxResultsvalue provided in the request, enter the token returned in thenextTokenfield in the response in this field to return the next batch of results.ListIngestionJobsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ListIngestionJobsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) default ListIngestionJobsRequest.BuilderListIngestionJobsRequest.Builder.sortBy(Consumer<IngestionJobSortBy.Builder> sortBy) Contains details about how to sort the data.ListIngestionJobsRequest.Builder.sortBy(IngestionJobSortBy sortBy) Contains details about how to sort the data.ListIngestionJobsRequest.toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type ListIngestionJobsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListIngestionJobsRequest.Builder>ListIngestionJobsRequest.serializableBuilderClass()