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