Interface ListIngestionJobsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,BedrockAgentRequest.Builder,Buildable,CopyableBuilder<ListIngestionJobsRequest.Builder,ListIngestionJobsRequest>,SdkBuilder<ListIngestionJobsRequest.Builder,ListIngestionJobsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListIngestionJobsRequest
public static interface ListIngestionJobsRequest.Builder extends BedrockAgentRequest.Builder, SdkPojo, CopyableBuilder<ListIngestionJobsRequest.Builder,ListIngestionJobsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description ListIngestionJobsRequest.BuilderdataSourceId(String dataSourceId)The unique identifier of the data source for which to return ingestion jobs.ListIngestionJobsRequest.Builderfilters(Collection<IngestionJobFilter> filters)Contains a definition of a filter for which to filter the results.ListIngestionJobsRequest.Builderfilters(Consumer<IngestionJobFilter.Builder>... filters)Contains a definition of a filter for which to filter the results.ListIngestionJobsRequest.Builderfilters(IngestionJobFilter... filters)Contains a definition of a filter for which to filter the results.ListIngestionJobsRequest.BuilderknowledgeBaseId(String knowledgeBaseId)The unique identifier of the knowledge base for which to return ingestion jobs.ListIngestionJobsRequest.BuildermaxResults(Integer maxResults)The maximum number of results to return in the response.ListIngestionJobsRequest.BuildernextToken(String 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.ListIngestionJobsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListIngestionJobsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default ListIngestionJobsRequest.BuildersortBy(Consumer<IngestionJobSortBy.Builder> sortBy)Contains details about how to sort the results.ListIngestionJobsRequest.BuildersortBy(IngestionJobSortBy sortBy)Contains details about how to sort the results.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.bedrockagent.model.BedrockAgentRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
dataSourceId
ListIngestionJobsRequest.Builder dataSourceId(String dataSourceId)
The unique identifier of the data source for which to return ingestion jobs.
- Parameters:
dataSourceId- The unique identifier of the data source for which to return ingestion jobs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
ListIngestionJobsRequest.Builder filters(Collection<IngestionJobFilter> filters)
Contains a definition of a filter for which to filter the results.
- Parameters:
filters- Contains a definition of a filter for which to filter the results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
ListIngestionJobsRequest.Builder filters(IngestionJobFilter... filters)
Contains a definition of a filter for which to filter the results.
- Parameters:
filters- Contains a definition of a filter for which to filter the results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
ListIngestionJobsRequest.Builder filters(Consumer<IngestionJobFilter.Builder>... filters)
Contains a definition of a filter for which to filter the results.
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 to#filters(List.) - 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:
#filters(java.util.Collection)
-
knowledgeBaseId
ListIngestionJobsRequest.Builder knowledgeBaseId(String knowledgeBaseId)
The unique identifier of the knowledge base for which to return ingestion jobs.
- Parameters:
knowledgeBaseId- The unique identifier of the knowledge base for which to return ingestion jobs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListIngestionJobsRequest.Builder maxResults(Integer 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
ListIngestionJobsRequest.Builder nextToken(String 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
ListIngestionJobsRequest.Builder sortBy(IngestionJobSortBy sortBy)
Contains details about how to sort the results.
- Parameters:
sortBy- Contains details about how to sort the results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sortBy
default ListIngestionJobsRequest.Builder sortBy(Consumer<IngestionJobSortBy.Builder> sortBy)
Contains details about how to sort the results.
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:
sortBy(IngestionJobSortBy)
-
overrideConfiguration
ListIngestionJobsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListIngestionJobsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-