Interface ListDocumentClassificationJobsResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,ComprehendResponse.Builder,CopyableBuilder<ListDocumentClassificationJobsResponse.Builder,,ListDocumentClassificationJobsResponse> SdkBuilder<ListDocumentClassificationJobsResponse.Builder,,ListDocumentClassificationJobsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 ListDocumentClassificationJobsResponse
public static interface ListDocumentClassificationJobsResponse.Builder
extends ComprehendResponse.Builder, SdkPojo, CopyableBuilder<ListDocumentClassificationJobsResponse.Builder,ListDocumentClassificationJobsResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptiondocumentClassificationJobPropertiesList(Collection<DocumentClassificationJobProperties> documentClassificationJobPropertiesList) A list containing the properties of each job returned.documentClassificationJobPropertiesList(Consumer<DocumentClassificationJobProperties.Builder>... documentClassificationJobPropertiesList) A list containing the properties of each job returned.documentClassificationJobPropertiesList(DocumentClassificationJobProperties... documentClassificationJobPropertiesList) A list containing the properties of each job returned.Identifies the next page of results to return.Methods inherited from interface software.amazon.awssdk.services.comprehend.model.ComprehendResponse.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, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
documentClassificationJobPropertiesList
ListDocumentClassificationJobsResponse.Builder documentClassificationJobPropertiesList(Collection<DocumentClassificationJobProperties> documentClassificationJobPropertiesList) A list containing the properties of each job returned.
- Parameters:
 documentClassificationJobPropertiesList- A list containing the properties of each job returned.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
documentClassificationJobPropertiesList
ListDocumentClassificationJobsResponse.Builder documentClassificationJobPropertiesList(DocumentClassificationJobProperties... documentClassificationJobPropertiesList) A list containing the properties of each job returned.
- Parameters:
 documentClassificationJobPropertiesList- A list containing the properties of each job returned.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
documentClassificationJobPropertiesList
ListDocumentClassificationJobsResponse.Builder documentClassificationJobPropertiesList(Consumer<DocumentClassificationJobProperties.Builder>... documentClassificationJobPropertiesList) A list containing the properties of each job returned.
This is a convenience method that creates an instance of theDocumentClassificationJobProperties.Builderavoiding the need to create one manually viaDocumentClassificationJobProperties.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todocumentClassificationJobPropertiesList(List<DocumentClassificationJobProperties>).- Parameters:
 documentClassificationJobPropertiesList- a consumer that will call methods onDocumentClassificationJobProperties.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
nextToken
Identifies the next page of results to return.
- Parameters:
 nextToken- Identifies the next page of results to return.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -