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, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTopicsDetectionJobsResponse.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 method that creates an instance of theTopicsDetectionJobProperties.Builder avoiding the
need to create one manually via
TopicsDetectionJobProperties.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #topicsDetectionJobPropertiesList(List.
topicsDetectionJobPropertiesList - a consumer that will call methods on
TopicsDetectionJobProperties.Builder#topicsDetectionJobPropertiesList(java.util.Collection) ListTopicsDetectionJobsResponse.Builder nextToken(String nextToken)
Identifies the next page of results to return.
nextToken - Identifies the next page of results to return.Copyright © 2023. All rights reserved.