public static interface ListTargetedSentimentDetectionJobsResponse.Builder extends ComprehendResponse.Builder, SdkPojo, CopyableBuilder<ListTargetedSentimentDetectionJobsResponse.Builder,ListTargetedSentimentDetectionJobsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListTargetedSentimentDetectionJobsResponse.Builder |
nextToken(String nextToken)
Identifies the next page of results to return.
|
ListTargetedSentimentDetectionJobsResponse.Builder |
targetedSentimentDetectionJobPropertiesList(Collection<TargetedSentimentDetectionJobProperties> targetedSentimentDetectionJobPropertiesList)
A list containing the properties of each job that is returned.
|
ListTargetedSentimentDetectionJobsResponse.Builder |
targetedSentimentDetectionJobPropertiesList(Consumer<TargetedSentimentDetectionJobProperties.Builder>... targetedSentimentDetectionJobPropertiesList)
A list containing the properties of each job that is returned.
|
ListTargetedSentimentDetectionJobsResponse.Builder |
targetedSentimentDetectionJobPropertiesList(TargetedSentimentDetectionJobProperties... targetedSentimentDetectionJobPropertiesList)
A list containing the properties of each job that is returned.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTargetedSentimentDetectionJobsResponse.Builder targetedSentimentDetectionJobPropertiesList(Collection<TargetedSentimentDetectionJobProperties> targetedSentimentDetectionJobPropertiesList)
A list containing the properties of each job that is returned.
targetedSentimentDetectionJobPropertiesList - A list containing the properties of each job that is returned.ListTargetedSentimentDetectionJobsResponse.Builder targetedSentimentDetectionJobPropertiesList(TargetedSentimentDetectionJobProperties... targetedSentimentDetectionJobPropertiesList)
A list containing the properties of each job that is returned.
targetedSentimentDetectionJobPropertiesList - A list containing the properties of each job that is returned.ListTargetedSentimentDetectionJobsResponse.Builder targetedSentimentDetectionJobPropertiesList(Consumer<TargetedSentimentDetectionJobProperties.Builder>... targetedSentimentDetectionJobPropertiesList)
A list containing the properties of each job that is returned.
This is a convenience method 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 #targetedSentimentDetectionJobPropertiesList(List) .targetedSentimentDetectionJobPropertiesList - a consumer that will call methods on List.Builder #targetedSentimentDetectionJobPropertiesList(List) ListTargetedSentimentDetectionJobsResponse.Builder nextToken(String nextToken)
Identifies the next page of results to return.
nextToken - Identifies the next page of results to return.Copyright © 2022. All rights reserved.