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 theTargetedSentimentDetectionJobProperties.Builder
avoiding the need to create one manually via
TargetedSentimentDetectionJobProperties.builder().
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #targetedSentimentDetectionJobPropertiesList(List.
targetedSentimentDetectionJobPropertiesList - a consumer that will call methods on
TargetedSentimentDetectionJobProperties.Builder#targetedSentimentDetectionJobPropertiesList(java.util.Collection) ListTargetedSentimentDetectionJobsResponse.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.