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
Modifier and TypeMethodDescriptionIdentifies the next page of results to return.topicsDetectionJobPropertiesList
(Collection<TopicsDetectionJobProperties> topicsDetectionJobPropertiesList) A list containing the properties of each job that is returned.topicsDetectionJobPropertiesList
(Consumer<TopicsDetectionJobProperties.Builder>... topicsDetectionJobPropertiesList) A list containing the properties of each job that is returned.topicsDetectionJobPropertiesList
(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 Details
-
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.Builder
avoiding the need to create one manually viaTopicsDetectionJobProperties.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totopicsDetectionJobPropertiesList(List<TopicsDetectionJobProperties>)
.- 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:
-
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.
-