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, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListKeyPhrasesDetectionJobsResponse.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 method that creates an instance of theKeyPhrasesDetectionJobProperties.Builder avoiding
the need to create one manually via
KeyPhrasesDetectionJobProperties.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #keyPhrasesDetectionJobPropertiesList(List.
keyPhrasesDetectionJobPropertiesList - a consumer that will call methods on
KeyPhrasesDetectionJobProperties.Builder#keyPhrasesDetectionJobPropertiesList(java.util.Collection) ListKeyPhrasesDetectionJobsResponse.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.