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 Summary
Modifier 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.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.services.bedrockagent.model.BedrockAgentRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
dataSourceId
The 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.
-
filters
Contains 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.
-
filters
Contains 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.
-
filters
Contains 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 onIngestionJobFilter.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
knowledgeBaseId
The 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.
-
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.- 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 thenextTokenfield 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.
-
nextToken
If 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 themaxResultsvalue provided in the request, enter the token returned in thenextTokenfield 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.
-
sortBy
Contains 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.
-
sortBy
Contains 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 onIngestionJobSortBy.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
ListIngestionJobsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListIngestionJobsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-