public static interface ListEntityRecognizersResponse.Builder extends ComprehendResponse.Builder, SdkPojo, CopyableBuilder<ListEntityRecognizersResponse.Builder,ListEntityRecognizersResponse>
| Modifier and Type | Method and Description |
|---|---|
ListEntityRecognizersResponse.Builder |
entityRecognizerPropertiesList(Collection<EntityRecognizerProperties> entityRecognizerPropertiesList)
The list of properties of an entity recognizer.
|
ListEntityRecognizersResponse.Builder |
entityRecognizerPropertiesList(Consumer<EntityRecognizerProperties.Builder>... entityRecognizerPropertiesList)
The list of properties of an entity recognizer.
|
ListEntityRecognizersResponse.Builder |
entityRecognizerPropertiesList(EntityRecognizerProperties... entityRecognizerPropertiesList)
The list of properties of an entity recognizer.
|
ListEntityRecognizersResponse.Builder |
nextToken(String nextToken)
Identifies the next page of results to return.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListEntityRecognizersResponse.Builder entityRecognizerPropertiesList(Collection<EntityRecognizerProperties> entityRecognizerPropertiesList)
The list of properties of an entity recognizer.
entityRecognizerPropertiesList - The list of properties of an entity recognizer.ListEntityRecognizersResponse.Builder entityRecognizerPropertiesList(EntityRecognizerProperties... entityRecognizerPropertiesList)
The list of properties of an entity recognizer.
entityRecognizerPropertiesList - The list of properties of an entity recognizer.ListEntityRecognizersResponse.Builder entityRecognizerPropertiesList(Consumer<EntityRecognizerProperties.Builder>... entityRecognizerPropertiesList)
The list of properties of an entity recognizer.
This is a convenience that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #entityRecognizerPropertiesList(List) .entityRecognizerPropertiesList - a consumer that will call methods on List.Builder #entityRecognizerPropertiesList(List) ListEntityRecognizersResponse.Builder nextToken(String nextToken)
Identifies the next page of results to return.
nextToken - Identifies the next page of results to return.Copyright © 2021. All rights reserved.