public static interface ListDominantLanguageDetectionJobsResponse.Builder extends ComprehendResponse.Builder, SdkPojo, CopyableBuilder<ListDominantLanguageDetectionJobsResponse.Builder,ListDominantLanguageDetectionJobsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListDominantLanguageDetectionJobsResponse.Builder |
dominantLanguageDetectionJobPropertiesList(Collection<DominantLanguageDetectionJobProperties> dominantLanguageDetectionJobPropertiesList)
A list containing the properties of each job that is returned.
|
ListDominantLanguageDetectionJobsResponse.Builder |
dominantLanguageDetectionJobPropertiesList(Consumer<DominantLanguageDetectionJobProperties.Builder>... dominantLanguageDetectionJobPropertiesList)
A list containing the properties of each job that is returned.
|
ListDominantLanguageDetectionJobsResponse.Builder |
dominantLanguageDetectionJobPropertiesList(DominantLanguageDetectionJobProperties... dominantLanguageDetectionJobPropertiesList)
A list containing the properties of each job that is returned.
|
ListDominantLanguageDetectionJobsResponse.Builder |
nextToken(String nextToken)
Identifies the next page of results to return.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDominantLanguageDetectionJobsResponse.Builder dominantLanguageDetectionJobPropertiesList(Collection<DominantLanguageDetectionJobProperties> dominantLanguageDetectionJobPropertiesList)
A list containing the properties of each job that is returned.
dominantLanguageDetectionJobPropertiesList - A list containing the properties of each job that is returned.ListDominantLanguageDetectionJobsResponse.Builder dominantLanguageDetectionJobPropertiesList(DominantLanguageDetectionJobProperties... dominantLanguageDetectionJobPropertiesList)
A list containing the properties of each job that is returned.
dominantLanguageDetectionJobPropertiesList - A list containing the properties of each job that is returned.ListDominantLanguageDetectionJobsResponse.Builder dominantLanguageDetectionJobPropertiesList(Consumer<DominantLanguageDetectionJobProperties.Builder>... dominantLanguageDetectionJobPropertiesList)
A list containing the properties of each job that is returned.
This is a convenience method that creates an instance of theDominantLanguageDetectionJobProperties.Builder
avoiding the need to create one manually via
DominantLanguageDetectionJobProperties.builder().
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #dominantLanguageDetectionJobPropertiesList(List.
dominantLanguageDetectionJobPropertiesList - a consumer that will call methods on
DominantLanguageDetectionJobProperties.Builder#dominantLanguageDetectionJobPropertiesList(java.util.Collection) ListDominantLanguageDetectionJobsResponse.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.