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, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
ListDominantLanguageDetectionJobsResponse.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 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 #dominantLanguageDetectionJobPropertiesList(List)
.dominantLanguageDetectionJobPropertiesList
- a consumer that will call methods on List.Builder
#dominantLanguageDetectionJobPropertiesList(List)
ListDominantLanguageDetectionJobsResponse.Builder nextToken(String nextToken)
Identifies the next page of results to return.
nextToken
- Identifies the next page of results to return.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.