public static interface ListSentimentDetectionJobsResponse.Builder extends ComprehendResponse.Builder, SdkPojo, CopyableBuilder<ListSentimentDetectionJobsResponse.Builder,ListSentimentDetectionJobsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListSentimentDetectionJobsResponse.Builder |
nextToken(String nextToken)
Identifies the next page of results to return.
|
ListSentimentDetectionJobsResponse.Builder |
sentimentDetectionJobPropertiesList(Collection<SentimentDetectionJobProperties> sentimentDetectionJobPropertiesList)
A list containing the properties of each job that is returned.
|
ListSentimentDetectionJobsResponse.Builder |
sentimentDetectionJobPropertiesList(Consumer<SentimentDetectionJobProperties.Builder>... sentimentDetectionJobPropertiesList)
A list containing the properties of each job that is returned.
|
ListSentimentDetectionJobsResponse.Builder |
sentimentDetectionJobPropertiesList(SentimentDetectionJobProperties... sentimentDetectionJobPropertiesList)
A list containing the properties of each job that is returned.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildListSentimentDetectionJobsResponse.Builder sentimentDetectionJobPropertiesList(Collection<SentimentDetectionJobProperties> sentimentDetectionJobPropertiesList)
A list containing the properties of each job that is returned.
sentimentDetectionJobPropertiesList - A list containing the properties of each job that is returned.ListSentimentDetectionJobsResponse.Builder sentimentDetectionJobPropertiesList(SentimentDetectionJobProperties... sentimentDetectionJobPropertiesList)
A list containing the properties of each job that is returned.
sentimentDetectionJobPropertiesList - A list containing the properties of each job that is returned.ListSentimentDetectionJobsResponse.Builder sentimentDetectionJobPropertiesList(Consumer<SentimentDetectionJobProperties.Builder>... sentimentDetectionJobPropertiesList)
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 #sentimentDetectionJobPropertiesList(List) .sentimentDetectionJobPropertiesList - a consumer that will call methods on List.Builder #sentimentDetectionJobPropertiesList(List) ListSentimentDetectionJobsResponse.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.