public static interface ListTopicsDetectionJobsResponse.Builder extends ComprehendResponse.Builder, SdkPojo, CopyableBuilder<ListTopicsDetectionJobsResponse.Builder,ListTopicsDetectionJobsResponse>
Modifier and Type | Method and Description |
---|---|
ListTopicsDetectionJobsResponse.Builder |
nextToken(String nextToken)
Identifies the next page of results to return.
|
ListTopicsDetectionJobsResponse.Builder |
topicsDetectionJobPropertiesList(Collection<TopicsDetectionJobProperties> topicsDetectionJobPropertiesList)
A list containing the properties of each job that is returned.
|
ListTopicsDetectionJobsResponse.Builder |
topicsDetectionJobPropertiesList(Consumer<TopicsDetectionJobProperties.Builder>... topicsDetectionJobPropertiesList)
A list containing the properties of each job that is returned.
|
ListTopicsDetectionJobsResponse.Builder |
topicsDetectionJobPropertiesList(TopicsDetectionJobProperties... topicsDetectionJobPropertiesList)
A list containing the properties of each job that is returned.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
ListTopicsDetectionJobsResponse.Builder topicsDetectionJobPropertiesList(Collection<TopicsDetectionJobProperties> topicsDetectionJobPropertiesList)
A list containing the properties of each job that is returned.
topicsDetectionJobPropertiesList
- A list containing the properties of each job that is returned.ListTopicsDetectionJobsResponse.Builder topicsDetectionJobPropertiesList(TopicsDetectionJobProperties... topicsDetectionJobPropertiesList)
A list containing the properties of each job that is returned.
topicsDetectionJobPropertiesList
- A list containing the properties of each job that is returned.ListTopicsDetectionJobsResponse.Builder topicsDetectionJobPropertiesList(Consumer<TopicsDetectionJobProperties.Builder>... topicsDetectionJobPropertiesList)
A list containing the properties of each job that is returned.
This is a convenience that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called
immediately and its result is passed to #topicsDetectionJobPropertiesList(List)
.topicsDetectionJobPropertiesList
- a consumer that will call methods on List.Builder
#topicsDetectionJobPropertiesList(List)
ListTopicsDetectionJobsResponse.Builder nextToken(String nextToken)
Identifies the next page of results to return.
nextToken
- Identifies the next page of results to return.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.