Interface ListTargetedSentimentDetectionJobsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,ComprehendResponse.Builder,CopyableBuilder<ListTargetedSentimentDetectionJobsResponse.Builder,ListTargetedSentimentDetectionJobsResponse>,SdkBuilder<ListTargetedSentimentDetectionJobsResponse.Builder,ListTargetedSentimentDetectionJobsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListTargetedSentimentDetectionJobsResponse
public static interface ListTargetedSentimentDetectionJobsResponse.Builder extends ComprehendResponse.Builder, SdkPojo, CopyableBuilder<ListTargetedSentimentDetectionJobsResponse.Builder,ListTargetedSentimentDetectionJobsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListTargetedSentimentDetectionJobsResponse.BuildernextToken(String nextToken)Identifies the next page of results to return.ListTargetedSentimentDetectionJobsResponse.BuildertargetedSentimentDetectionJobPropertiesList(Collection<TargetedSentimentDetectionJobProperties> targetedSentimentDetectionJobPropertiesList)A list containing the properties of each job that is returned.ListTargetedSentimentDetectionJobsResponse.BuildertargetedSentimentDetectionJobPropertiesList(Consumer<TargetedSentimentDetectionJobProperties.Builder>... targetedSentimentDetectionJobPropertiesList)A list containing the properties of each job that is returned.ListTargetedSentimentDetectionJobsResponse.BuildertargetedSentimentDetectionJobPropertiesList(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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
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.Builderavoiding the need to create one manually viaTargetedSentimentDetectionJobProperties.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#targetedSentimentDetectionJobPropertiesList(List.) - 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:
#targetedSentimentDetectionJobPropertiesList(java.util.Collection)
-
nextToken
ListTargetedSentimentDetectionJobsResponse.Builder nextToken(String 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.
-
-