public static interface ListKeyPhrasesDetectionJobsResponse.Builder extends ComprehendResponse.Builder, SdkPojo, CopyableBuilder<ListKeyPhrasesDetectionJobsResponse.Builder,ListKeyPhrasesDetectionJobsResponse>
Modifier and Type | Method and Description |
---|---|
ListKeyPhrasesDetectionJobsResponse.Builder |
keyPhrasesDetectionJobPropertiesList(Collection<KeyPhrasesDetectionJobProperties> keyPhrasesDetectionJobPropertiesList)
A list containing the properties of each job that is returned.
|
ListKeyPhrasesDetectionJobsResponse.Builder |
keyPhrasesDetectionJobPropertiesList(Consumer<KeyPhrasesDetectionJobProperties.Builder>... keyPhrasesDetectionJobPropertiesList)
A list containing the properties of each job that is returned.
|
ListKeyPhrasesDetectionJobsResponse.Builder |
keyPhrasesDetectionJobPropertiesList(KeyPhrasesDetectionJobProperties... keyPhrasesDetectionJobPropertiesList)
A list containing the properties of each job that is returned.
|
ListKeyPhrasesDetectionJobsResponse.Builder |
nextToken(String nextToken)
Identifies the next page of results to return.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
ListKeyPhrasesDetectionJobsResponse.Builder keyPhrasesDetectionJobPropertiesList(Collection<KeyPhrasesDetectionJobProperties> keyPhrasesDetectionJobPropertiesList)
A list containing the properties of each job that is returned.
keyPhrasesDetectionJobPropertiesList
- A list containing the properties of each job that is returned.ListKeyPhrasesDetectionJobsResponse.Builder keyPhrasesDetectionJobPropertiesList(KeyPhrasesDetectionJobProperties... keyPhrasesDetectionJobPropertiesList)
A list containing the properties of each job that is returned.
keyPhrasesDetectionJobPropertiesList
- A list containing the properties of each job that is returned.ListKeyPhrasesDetectionJobsResponse.Builder keyPhrasesDetectionJobPropertiesList(Consumer<KeyPhrasesDetectionJobProperties.Builder>... keyPhrasesDetectionJobPropertiesList)
A list containing the properties of each job that is returned.
This is a convenience that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called
immediately and its result is passed to #keyPhrasesDetectionJobPropertiesList(List)
.keyPhrasesDetectionJobPropertiesList
- a consumer that will call methods on List.Builder
#keyPhrasesDetectionJobPropertiesList(List)
ListKeyPhrasesDetectionJobsResponse.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.