public static interface ListDocumentClassificationJobsResponse.Builder extends ComprehendResponse.Builder, SdkPojo, CopyableBuilder<ListDocumentClassificationJobsResponse.Builder,ListDocumentClassificationJobsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListDocumentClassificationJobsResponse.Builder |
documentClassificationJobPropertiesList(Collection<DocumentClassificationJobProperties> documentClassificationJobPropertiesList)
A list containing the properties of each job returned.
|
ListDocumentClassificationJobsResponse.Builder |
documentClassificationJobPropertiesList(Consumer<DocumentClassificationJobProperties.Builder>... documentClassificationJobPropertiesList)
A list containing the properties of each job returned.
|
ListDocumentClassificationJobsResponse.Builder |
documentClassificationJobPropertiesList(DocumentClassificationJobProperties... documentClassificationJobPropertiesList)
A list containing the properties of each job returned.
|
ListDocumentClassificationJobsResponse.Builder |
nextToken(String nextToken)
Identifies the next page of results to return.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildListDocumentClassificationJobsResponse.Builder documentClassificationJobPropertiesList(Collection<DocumentClassificationJobProperties> documentClassificationJobPropertiesList)
A list containing the properties of each job returned.
documentClassificationJobPropertiesList - A list containing the properties of each job returned.ListDocumentClassificationJobsResponse.Builder documentClassificationJobPropertiesList(DocumentClassificationJobProperties... documentClassificationJobPropertiesList)
A list containing the properties of each job returned.
documentClassificationJobPropertiesList - A list containing the properties of each job returned.ListDocumentClassificationJobsResponse.Builder documentClassificationJobPropertiesList(Consumer<DocumentClassificationJobProperties.Builder>... documentClassificationJobPropertiesList)
A list containing the properties of each job returned.
This is a convenience that creates an instance of the.Builder avoiding the need to create one manually via #builder() .
When the Consumer completes, List.Builder#build() is
called immediately and its result is passed to #documentClassificationJobPropertiesList(List) .documentClassificationJobPropertiesList - a consumer that will call methods on List.Builder #documentClassificationJobPropertiesList(List) ListDocumentClassificationJobsResponse.Builder nextToken(String nextToken)
Identifies the next page of results to return.
nextToken - Identifies the next page of results to return.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.