public static interface ListEventsDetectionJobsResponse.Builder extends ComprehendResponse.Builder, SdkPojo, CopyableBuilder<ListEventsDetectionJobsResponse.Builder,ListEventsDetectionJobsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListEventsDetectionJobsResponse.Builder |
eventsDetectionJobPropertiesList(Collection<EventsDetectionJobProperties> eventsDetectionJobPropertiesList)
A list containing the properties of each job that is returned.
|
ListEventsDetectionJobsResponse.Builder |
eventsDetectionJobPropertiesList(Consumer<EventsDetectionJobProperties.Builder>... eventsDetectionJobPropertiesList)
A list containing the properties of each job that is returned.
|
ListEventsDetectionJobsResponse.Builder |
eventsDetectionJobPropertiesList(EventsDetectionJobProperties... eventsDetectionJobPropertiesList)
A list containing the properties of each job that is returned.
|
ListEventsDetectionJobsResponse.Builder |
nextToken(String nextToken)
Identifies the next page of results to return.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListEventsDetectionJobsResponse.Builder eventsDetectionJobPropertiesList(Collection<EventsDetectionJobProperties> eventsDetectionJobPropertiesList)
A list containing the properties of each job that is returned.
eventsDetectionJobPropertiesList - A list containing the properties of each job that is returned.ListEventsDetectionJobsResponse.Builder eventsDetectionJobPropertiesList(EventsDetectionJobProperties... eventsDetectionJobPropertiesList)
A list containing the properties of each job that is returned.
eventsDetectionJobPropertiesList - A list containing the properties of each job that is returned.ListEventsDetectionJobsResponse.Builder eventsDetectionJobPropertiesList(Consumer<EventsDetectionJobProperties.Builder>... eventsDetectionJobPropertiesList)
A list containing the properties of each job that is returned.
This is a convenience method that creates an instance of theEventsDetectionJobProperties.Builder avoiding the
need to create one manually via
EventsDetectionJobProperties.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #eventsDetectionJobPropertiesList(List.
eventsDetectionJobPropertiesList - a consumer that will call methods on
EventsDetectionJobProperties.Builder#eventsDetectionJobPropertiesList(java.util.Collection) ListEventsDetectionJobsResponse.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.