Interface ListSentimentDetectionJobsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,ComprehendResponse.Builder,CopyableBuilder<ListSentimentDetectionJobsResponse.Builder,ListSentimentDetectionJobsResponse>,SdkBuilder<ListSentimentDetectionJobsResponse.Builder,ListSentimentDetectionJobsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListSentimentDetectionJobsResponse
public static interface ListSentimentDetectionJobsResponse.Builder extends ComprehendResponse.Builder, SdkPojo, CopyableBuilder<ListSentimentDetectionJobsResponse.Builder,ListSentimentDetectionJobsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListSentimentDetectionJobsResponse.BuildernextToken(String nextToken)Identifies the next page of results to return.ListSentimentDetectionJobsResponse.BuildersentimentDetectionJobPropertiesList(Collection<SentimentDetectionJobProperties> sentimentDetectionJobPropertiesList)A list containing the properties of each job that is returned.ListSentimentDetectionJobsResponse.BuildersentimentDetectionJobPropertiesList(Consumer<SentimentDetectionJobProperties.Builder>... sentimentDetectionJobPropertiesList)A list containing the properties of each job that is returned.ListSentimentDetectionJobsResponse.BuildersentimentDetectionJobPropertiesList(SentimentDetectionJobProperties... sentimentDetectionJobPropertiesList)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
-
sentimentDetectionJobPropertiesList
ListSentimentDetectionJobsResponse.Builder sentimentDetectionJobPropertiesList(Collection<SentimentDetectionJobProperties> sentimentDetectionJobPropertiesList)
A list containing the properties of each job that is returned.
- Parameters:
sentimentDetectionJobPropertiesList- 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.
-
sentimentDetectionJobPropertiesList
ListSentimentDetectionJobsResponse.Builder sentimentDetectionJobPropertiesList(SentimentDetectionJobProperties... sentimentDetectionJobPropertiesList)
A list containing the properties of each job that is returned.
- Parameters:
sentimentDetectionJobPropertiesList- 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.
-
sentimentDetectionJobPropertiesList
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.Builderavoiding the need to create one manually viaSentimentDetectionJobProperties.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#sentimentDetectionJobPropertiesList(List.) - Parameters:
sentimentDetectionJobPropertiesList- a consumer that will call methods onSentimentDetectionJobProperties.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#sentimentDetectionJobPropertiesList(java.util.Collection)
-
nextToken
ListSentimentDetectionJobsResponse.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.
-
-