Interface ListMemoryExtractionJobsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,BedrockAgentCoreResponse.Builder,Buildable,CopyableBuilder<ListMemoryExtractionJobsResponse.Builder,,ListMemoryExtractionJobsResponse> SdkBuilder<ListMemoryExtractionJobsResponse.Builder,,ListMemoryExtractionJobsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListMemoryExtractionJobsResponse
@Mutable
@NotThreadSafe
public static interface ListMemoryExtractionJobsResponse.Builder
extends BedrockAgentCoreResponse.Builder, SdkPojo, CopyableBuilder<ListMemoryExtractionJobsResponse.Builder,ListMemoryExtractionJobsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionjobs(Collection<ExtractionJobMetadata> jobs) List of extraction job metadata matching the specified criteria.jobs(Consumer<ExtractionJobMetadata.Builder>... jobs) List of extraction job metadata matching the specified criteria.jobs(ExtractionJobMetadata... jobs) List of extraction job metadata matching the specified criteria.Token to retrieve the next page of results, if available.Methods inherited from interface software.amazon.awssdk.services.bedrockagentcore.model.BedrockAgentCoreResponse.Builder
build, responseMetadata, responseMetadataMethods 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, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
jobs
List of extraction job metadata matching the specified criteria.
- Parameters:
jobs- List of extraction job metadata matching the specified criteria.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobs
List of extraction job metadata matching the specified criteria.
- Parameters:
jobs- List of extraction job metadata matching the specified criteria.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobs
List of extraction job metadata matching the specified criteria.
This is a convenience method that creates an instance of theExtractionJobMetadata.Builderavoiding the need to create one manually viaExtractionJobMetadata.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tojobs(List<ExtractionJobMetadata>).- Parameters:
jobs- a consumer that will call methods onExtractionJobMetadata.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
Token to retrieve the next page of results, if available.
- Parameters:
nextToken- Token to retrieve the next page of results, if available.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-