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, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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 method that creates an instance of theDocumentClassificationJobProperties.Builder avoiding
the need to create one manually via
DocumentClassificationJobProperties.builder().
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #documentClassificationJobPropertiesList(List.
documentClassificationJobPropertiesList - a consumer that will call methods on
DocumentClassificationJobProperties.Builder#documentClassificationJobPropertiesList(java.util.Collection) ListDocumentClassificationJobsResponse.Builder nextToken(String nextToken)
Identifies the next page of results to return.
nextToken - Identifies the next page of results to return.Copyright © 2023. All rights reserved.