Interface ListTargetedSentimentDetectionJobsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,ComprehendResponse.Builder
,CopyableBuilder<ListTargetedSentimentDetectionJobsResponse.Builder,
,ListTargetedSentimentDetectionJobsResponse> SdkBuilder<ListTargetedSentimentDetectionJobsResponse.Builder,
,ListTargetedSentimentDetectionJobsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListTargetedSentimentDetectionJobsResponse
@Mutable
@NotThreadSafe
public static interface ListTargetedSentimentDetectionJobsResponse.Builder
extends ComprehendResponse.Builder, SdkPojo, CopyableBuilder<ListTargetedSentimentDetectionJobsResponse.Builder,ListTargetedSentimentDetectionJobsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionIdentifies the next page of results to return.targetedSentimentDetectionJobPropertiesList
(Collection<TargetedSentimentDetectionJobProperties> targetedSentimentDetectionJobPropertiesList) A list containing the properties of each job that is returned.targetedSentimentDetectionJobPropertiesList
(Consumer<TargetedSentimentDetectionJobProperties.Builder>... targetedSentimentDetectionJobPropertiesList) A list containing the properties of each job that is returned.targetedSentimentDetectionJobPropertiesList
(TargetedSentimentDetectionJobProperties... targetedSentimentDetectionJobPropertiesList) A list containing the properties of each job that is returned.Methods inherited from interface software.amazon.awssdk.services.comprehend.model.ComprehendResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
targetedSentimentDetectionJobPropertiesList
ListTargetedSentimentDetectionJobsResponse.Builder targetedSentimentDetectionJobPropertiesList(Collection<TargetedSentimentDetectionJobProperties> targetedSentimentDetectionJobPropertiesList) A list containing the properties of each job that is returned.
- Parameters:
targetedSentimentDetectionJobPropertiesList
- A list containing the properties of each job that is returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetedSentimentDetectionJobPropertiesList
ListTargetedSentimentDetectionJobsResponse.Builder targetedSentimentDetectionJobPropertiesList(TargetedSentimentDetectionJobProperties... targetedSentimentDetectionJobPropertiesList) A list containing the properties of each job that is returned.
- Parameters:
targetedSentimentDetectionJobPropertiesList
- A list containing the properties of each job that is returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetedSentimentDetectionJobPropertiesList
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 viaTargetedSentimentDetectionJobProperties.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totargetedSentimentDetectionJobPropertiesList(List<TargetedSentimentDetectionJobProperties>)
.- Parameters:
targetedSentimentDetectionJobPropertiesList
- a consumer that will call methods onTargetedSentimentDetectionJobProperties.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
Identifies the next page of results to return.
- Parameters:
nextToken
- Identifies the next page of results to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-