Interface ListMemoryExtractionJobsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,BedrockAgentCoreRequest.Builder,Buildable,CopyableBuilder<ListMemoryExtractionJobsRequest.Builder,,ListMemoryExtractionJobsRequest> SdkBuilder<ListMemoryExtractionJobsRequest.Builder,,ListMemoryExtractionJobsRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListMemoryExtractionJobsRequest
@Mutable
@NotThreadSafe
public static interface ListMemoryExtractionJobsRequest.Builder
extends BedrockAgentCoreRequest.Builder, SdkPojo, CopyableBuilder<ListMemoryExtractionJobsRequest.Builder,ListMemoryExtractionJobsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionFilter criteria to apply when listing extraction jobs.filter(ExtractionJobFilterInput filter) Filter criteria to apply when listing extraction jobs.maxResults(Integer maxResults) The maximum number of results to return in a single call.The unique identifier of the memory to list extraction jobs for.The token for the next set of results.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.services.bedrockagentcore.model.BedrockAgentCoreRequest.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, sdkFieldNameToField, sdkFields
-
Method Details
-
memoryId
The unique identifier of the memory to list extraction jobs for.
- Parameters:
memoryId- The unique identifier of the memory to list extraction jobs for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
The maximum number of results to return in a single call. The default value is 20.
- Parameters:
maxResults- The maximum number of results to return in a single call. The default value is 20.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filter
Filter criteria to apply when listing extraction jobs.
- Parameters:
filter- Filter criteria to apply when listing extraction jobs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filter
default ListMemoryExtractionJobsRequest.Builder filter(Consumer<ExtractionJobFilterInput.Builder> filter) Filter criteria to apply when listing extraction jobs.
This is a convenience method that creates an instance of theExtractionJobFilterInput.Builderavoiding the need to create one manually viaExtractionJobFilterInput.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofilter(ExtractionJobFilterInput).- Parameters:
filter- a consumer that will call methods onExtractionJobFilterInput.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
- Parameters:
nextToken- The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListMemoryExtractionJobsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListMemoryExtractionJobsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-