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