public static interface ListEntitiesDetectionV2JobsResponse.Builder extends ComprehendMedicalResponse.Builder, SdkPojo, CopyableBuilder<ListEntitiesDetectionV2JobsResponse.Builder,ListEntitiesDetectionV2JobsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListEntitiesDetectionV2JobsResponse.Builder |
comprehendMedicalAsyncJobPropertiesList(Collection<ComprehendMedicalAsyncJobProperties> comprehendMedicalAsyncJobPropertiesList)
A list containing the properties of each job returned.
|
ListEntitiesDetectionV2JobsResponse.Builder |
comprehendMedicalAsyncJobPropertiesList(ComprehendMedicalAsyncJobProperties... comprehendMedicalAsyncJobPropertiesList)
A list containing the properties of each job returned.
|
ListEntitiesDetectionV2JobsResponse.Builder |
comprehendMedicalAsyncJobPropertiesList(Consumer<ComprehendMedicalAsyncJobProperties.Builder>... comprehendMedicalAsyncJobPropertiesList)
A list containing the properties of each job returned.
|
ListEntitiesDetectionV2JobsResponse.Builder |
nextToken(String nextToken)
Identifies the next page of results to return.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListEntitiesDetectionV2JobsResponse.Builder comprehendMedicalAsyncJobPropertiesList(Collection<ComprehendMedicalAsyncJobProperties> comprehendMedicalAsyncJobPropertiesList)
A list containing the properties of each job returned.
comprehendMedicalAsyncJobPropertiesList - A list containing the properties of each job returned.ListEntitiesDetectionV2JobsResponse.Builder comprehendMedicalAsyncJobPropertiesList(ComprehendMedicalAsyncJobProperties... comprehendMedicalAsyncJobPropertiesList)
A list containing the properties of each job returned.
comprehendMedicalAsyncJobPropertiesList - A list containing the properties of each job returned.ListEntitiesDetectionV2JobsResponse.Builder comprehendMedicalAsyncJobPropertiesList(Consumer<ComprehendMedicalAsyncJobProperties.Builder>... comprehendMedicalAsyncJobPropertiesList)
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 #comprehendMedicalAsyncJobPropertiesList(List) .comprehendMedicalAsyncJobPropertiesList - a consumer that will call methods on List.Builder #comprehendMedicalAsyncJobPropertiesList(List) ListEntitiesDetectionV2JobsResponse.Builder nextToken(String nextToken)
Identifies the next page of results to return.
nextToken - Identifies the next page of results to return.Copyright © 2019. All rights reserved.