Interface ListIngestionJobsRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- BedrockAgentRequest.Builder,- Buildable,- CopyableBuilder<ListIngestionJobsRequest.Builder,,- ListIngestionJobsRequest> - SdkBuilder<ListIngestionJobsRequest.Builder,,- ListIngestionJobsRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- ListIngestionJobsRequest
- 
Method SummaryModifier and TypeMethodDescriptiondataSourceId(String dataSourceId) The unique identifier of the data source for the list of data ingestion jobs.filters(Collection<IngestionJobFilter> filters) Contains information about the filters for filtering the data.filters(Consumer<IngestionJobFilter.Builder>... filters) Contains information about the filters for filtering the data.filters(IngestionJobFilter... filters) Contains information about the filters for filtering the data.knowledgeBaseId(String knowledgeBaseId) The unique identifier of the knowledge base for the list of data ingestion jobs.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.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.default ListIngestionJobsRequest.BuildersortBy(Consumer<IngestionJobSortBy.Builder> sortBy) Contains details about how to sort the data.sortBy(IngestionJobSortBy sortBy) Contains details about how to sort the data.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.services.bedrockagent.model.BedrockAgentRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
knowledgeBaseIdThe unique identifier of the knowledge base for the list of data ingestion jobs. - Parameters:
- knowledgeBaseId- The unique identifier of the knowledge base for the list of data ingestion jobs.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
dataSourceIdThe unique identifier of the data source for the list of data ingestion jobs. - Parameters:
- dataSourceId- The unique identifier of the data source for the list of data ingestion jobs.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
filtersContains information about the filters for filtering the data. - Parameters:
- filters- Contains information about the filters for filtering the data.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
filtersContains information about the filters for filtering the data. - Parameters:
- filters- Contains information about the filters for filtering the data.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
filtersContains information about the filters for filtering the data. This is a convenience method that creates an instance of theIngestionJobFilter.Builderavoiding the need to create one manually viaIngestionJobFilter.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofilters(List<IngestionJobFilter>).- Parameters:
- filters- a consumer that will call methods on- IngestionJobFilter.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
sortByContains details about how to sort the data. - Parameters:
- sortBy- Contains details about how to sort the data.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
sortByContains details about how to sort the data. This is a convenience method that creates an instance of theIngestionJobSortBy.Builderavoiding the need to create one manually viaIngestionJobSortBy.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosortBy(IngestionJobSortBy).- Parameters:
- sortBy- a consumer that will call methods on- IngestionJobSortBy.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
maxResultsThe maximum number of results to return in the response. If the total number of results is greater than this value, use the token returned in the response in the nextTokenfield when making another request to return the next batch of results.- Parameters:
- maxResults- The maximum number of results to return in the response. If the total number of results is greater than this value, use the token returned in the response in the- nextTokenfield when making another request to return the next batch of results.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
nextTokenIf the total number of results is greater than the maxResultsvalue provided in the request, enter the token returned in thenextTokenfield in the response in this field to return the next batch of results.- Parameters:
- nextToken- If the total number of results is greater than the- maxResultsvalue provided in the request, enter the token returned in the- nextTokenfield in the response in this field to return the next batch of results.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
overrideConfigurationListIngestionJobsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationListIngestionJobsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-