Interface ListDocumentClassifiersResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,ComprehendResponse.Builder,CopyableBuilder<ListDocumentClassifiersResponse.Builder,,ListDocumentClassifiersResponse> SdkBuilder<ListDocumentClassifiersResponse.Builder,,ListDocumentClassifiersResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 ListDocumentClassifiersResponse
public static interface ListDocumentClassifiersResponse.Builder
extends ComprehendResponse.Builder, SdkPojo, CopyableBuilder<ListDocumentClassifiersResponse.Builder,ListDocumentClassifiersResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptiondocumentClassifierPropertiesList(Collection<DocumentClassifierProperties> documentClassifierPropertiesList) A list containing the properties of each job returned.documentClassifierPropertiesList(Consumer<DocumentClassifierProperties.Builder>... documentClassifierPropertiesList) A list containing the properties of each job returned.documentClassifierPropertiesList(DocumentClassifierProperties... documentClassifierPropertiesList) 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
- 
documentClassifierPropertiesList
ListDocumentClassifiersResponse.Builder documentClassifierPropertiesList(Collection<DocumentClassifierProperties> documentClassifierPropertiesList) A list containing the properties of each job returned.
- Parameters:
 documentClassifierPropertiesList- A list containing the properties of each job returned.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
documentClassifierPropertiesList
ListDocumentClassifiersResponse.Builder documentClassifierPropertiesList(DocumentClassifierProperties... documentClassifierPropertiesList) A list containing the properties of each job returned.
- Parameters:
 documentClassifierPropertiesList- A list containing the properties of each job returned.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
documentClassifierPropertiesList
ListDocumentClassifiersResponse.Builder documentClassifierPropertiesList(Consumer<DocumentClassifierProperties.Builder>... documentClassifierPropertiesList) A list containing the properties of each job returned.
This is a convenience method that creates an instance of theDocumentClassifierProperties.Builderavoiding the need to create one manually viaDocumentClassifierProperties.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todocumentClassifierPropertiesList(List<DocumentClassifierProperties>).- Parameters:
 documentClassifierPropertiesList- a consumer that will call methods onDocumentClassifierProperties.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.
 
 
 -