Interface ListDocumentClassifierSummariesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,ComprehendResponse.Builder,CopyableBuilder<ListDocumentClassifierSummariesResponse.Builder,,ListDocumentClassifierSummariesResponse> SdkBuilder<ListDocumentClassifierSummariesResponse.Builder,,ListDocumentClassifierSummariesResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
ListDocumentClassifierSummariesResponse
public static interface ListDocumentClassifierSummariesResponse.Builder
extends ComprehendResponse.Builder, SdkPojo, CopyableBuilder<ListDocumentClassifierSummariesResponse.Builder,ListDocumentClassifierSummariesResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondocumentClassifierSummariesList(Collection<DocumentClassifierSummary> documentClassifierSummariesList) The list of summaries of document classifiers.documentClassifierSummariesList(Consumer<DocumentClassifierSummary.Builder>... documentClassifierSummariesList) The list of summaries of document classifiers.documentClassifierSummariesList(DocumentClassifierSummary... documentClassifierSummariesList) The list of summaries of document classifiers.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
-
documentClassifierSummariesList
ListDocumentClassifierSummariesResponse.Builder documentClassifierSummariesList(Collection<DocumentClassifierSummary> documentClassifierSummariesList) The list of summaries of document classifiers.
- Parameters:
documentClassifierSummariesList- The list of summaries of document classifiers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
documentClassifierSummariesList
ListDocumentClassifierSummariesResponse.Builder documentClassifierSummariesList(DocumentClassifierSummary... documentClassifierSummariesList) The list of summaries of document classifiers.
- Parameters:
documentClassifierSummariesList- The list of summaries of document classifiers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
documentClassifierSummariesList
ListDocumentClassifierSummariesResponse.Builder documentClassifierSummariesList(Consumer<DocumentClassifierSummary.Builder>... documentClassifierSummariesList) The list of summaries of document classifiers.
This is a convenience method that creates an instance of theDocumentClassifierSummary.Builderavoiding the need to create one manually viaDocumentClassifierSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todocumentClassifierSummariesList(List<DocumentClassifierSummary>).- Parameters:
documentClassifierSummariesList- a consumer that will call methods onDocumentClassifierSummary.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.
-