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 method that creates an instance of theEntityRecognizerProperties.Builder avoiding the need
to create one manually via
EntityRecognizerProperties.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #entityRecognizerPropertiesList(List.
entityRecognizerPropertiesList - a consumer that will call methods on
EntityRecognizerProperties.Builder#entityRecognizerPropertiesList(java.util.Collection) ListEntityRecognizersResponse.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.