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