public static interface ListIcd10CmInferenceJobsResponse.Builder extends ComprehendMedicalResponse.Builder, SdkPojo, CopyableBuilder<ListIcd10CmInferenceJobsResponse.Builder,ListIcd10CmInferenceJobsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListIcd10CmInferenceJobsResponse.Builder |
comprehendMedicalAsyncJobPropertiesList(Collection<ComprehendMedicalAsyncJobProperties> comprehendMedicalAsyncJobPropertiesList)
A list containing the properties of each job that is returned.
|
ListIcd10CmInferenceJobsResponse.Builder |
comprehendMedicalAsyncJobPropertiesList(ComprehendMedicalAsyncJobProperties... comprehendMedicalAsyncJobPropertiesList)
A list containing the properties of each job that is returned.
|
ListIcd10CmInferenceJobsResponse.Builder |
comprehendMedicalAsyncJobPropertiesList(Consumer<ComprehendMedicalAsyncJobProperties.Builder>... comprehendMedicalAsyncJobPropertiesList)
A list containing the properties of each job that is returned.
|
ListIcd10CmInferenceJobsResponse.Builder |
nextToken(String nextToken)
Identifies the next page of results to return.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListIcd10CmInferenceJobsResponse.Builder comprehendMedicalAsyncJobPropertiesList(Collection<ComprehendMedicalAsyncJobProperties> comprehendMedicalAsyncJobPropertiesList)
A list containing the properties of each job that is returned.
comprehendMedicalAsyncJobPropertiesList - A list containing the properties of each job that is returned.ListIcd10CmInferenceJobsResponse.Builder comprehendMedicalAsyncJobPropertiesList(ComprehendMedicalAsyncJobProperties... comprehendMedicalAsyncJobPropertiesList)
A list containing the properties of each job that is returned.
comprehendMedicalAsyncJobPropertiesList - A list containing the properties of each job that is returned.ListIcd10CmInferenceJobsResponse.Builder comprehendMedicalAsyncJobPropertiesList(Consumer<ComprehendMedicalAsyncJobProperties.Builder>... comprehendMedicalAsyncJobPropertiesList)
A list containing the properties of each job that is 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) ListIcd10CmInferenceJobsResponse.Builder nextToken(String nextToken)
Identifies the next page of results to return.
nextToken - Identifies the next page of results to return.Copyright © 2022. All rights reserved.