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)Sets the value of the DataSourceId property for this object.ListIngestionJobsRequest.Builderfilters(Collection<IngestionJobFilter> filters)Sets the value of the Filters property for this object.ListIngestionJobsRequest.Builderfilters(Consumer<IngestionJobFilter.Builder>... filters)Sets the value of the Filters property for this object.ListIngestionJobsRequest.Builderfilters(IngestionJobFilter... filters)Sets the value of the Filters property for this object.ListIngestionJobsRequest.BuilderknowledgeBaseId(String knowledgeBaseId)Sets the value of the KnowledgeBaseId property for this object.ListIngestionJobsRequest.BuildermaxResults(Integer maxResults)Sets the value of the MaxResults property for this object.ListIngestionJobsRequest.BuildernextToken(String nextToken)Sets the value of the NextToken property for this object.ListIngestionJobsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListIngestionJobsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default ListIngestionJobsRequest.BuildersortBy(Consumer<IngestionJobSortBy.Builder> sortBy)Sets the value of the SortBy property for this object.ListIngestionJobsRequest.BuildersortBy(IngestionJobSortBy sortBy)Sets the value of the SortBy property for this object.-
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
-
knowledgeBaseId
ListIngestionJobsRequest.Builder knowledgeBaseId(String knowledgeBaseId)
Sets the value of the KnowledgeBaseId property for this object.- Parameters:
knowledgeBaseId- The new value for the KnowledgeBaseId property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataSourceId
ListIngestionJobsRequest.Builder dataSourceId(String dataSourceId)
Sets the value of the DataSourceId property for this object.- Parameters:
dataSourceId- The new value for the DataSourceId property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
ListIngestionJobsRequest.Builder filters(Collection<IngestionJobFilter> filters)
Sets the value of the Filters property for this object.- Parameters:
filters- The new value for the Filters property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
ListIngestionJobsRequest.Builder filters(IngestionJobFilter... filters)
Sets the value of the Filters property for this object.- Parameters:
filters- The new value for the Filters property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
ListIngestionJobsRequest.Builder filters(Consumer<IngestionJobFilter.Builder>... filters)
Sets the value of the Filters property for this object. 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)
-
sortBy
ListIngestionJobsRequest.Builder sortBy(IngestionJobSortBy sortBy)
Sets the value of the SortBy property for this object.- Parameters:
sortBy- The new value for the SortBy property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sortBy
default ListIngestionJobsRequest.Builder sortBy(Consumer<IngestionJobSortBy.Builder> sortBy)
Sets the value of the SortBy property for this object. 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)
-
maxResults
ListIngestionJobsRequest.Builder maxResults(Integer maxResults)
Sets the value of the MaxResults property for this object.- Parameters:
maxResults- The new value for the MaxResults property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListIngestionJobsRequest.Builder nextToken(String nextToken)
Sets the value of the NextToken property for this object.- Parameters:
nextToken- The new value for the NextToken property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListIngestionJobsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListIngestionJobsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-