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