Interface ListPiiEntitiesDetectionJobsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,ComprehendResponse.Builder,CopyableBuilder<ListPiiEntitiesDetectionJobsResponse.Builder,ListPiiEntitiesDetectionJobsResponse>,SdkBuilder<ListPiiEntitiesDetectionJobsResponse.Builder,ListPiiEntitiesDetectionJobsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListPiiEntitiesDetectionJobsResponse
public static interface ListPiiEntitiesDetectionJobsResponse.Builder extends ComprehendResponse.Builder, SdkPojo, CopyableBuilder<ListPiiEntitiesDetectionJobsResponse.Builder,ListPiiEntitiesDetectionJobsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListPiiEntitiesDetectionJobsResponse.BuildernextToken(String nextToken)Identifies the next page of results to return.ListPiiEntitiesDetectionJobsResponse.BuilderpiiEntitiesDetectionJobPropertiesList(Collection<PiiEntitiesDetectionJobProperties> piiEntitiesDetectionJobPropertiesList)A list containing the properties of each job that is returned.ListPiiEntitiesDetectionJobsResponse.BuilderpiiEntitiesDetectionJobPropertiesList(Consumer<PiiEntitiesDetectionJobProperties.Builder>... piiEntitiesDetectionJobPropertiesList)A list containing the properties of each job that is returned.ListPiiEntitiesDetectionJobsResponse.BuilderpiiEntitiesDetectionJobPropertiesList(PiiEntitiesDetectionJobProperties... piiEntitiesDetectionJobPropertiesList)A list containing the properties of each job that is returned.-
Methods inherited from interface software.amazon.awssdk.services.comprehend.model.ComprehendResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
piiEntitiesDetectionJobPropertiesList
ListPiiEntitiesDetectionJobsResponse.Builder piiEntitiesDetectionJobPropertiesList(Collection<PiiEntitiesDetectionJobProperties> piiEntitiesDetectionJobPropertiesList)
A list containing the properties of each job that is returned.
- Parameters:
piiEntitiesDetectionJobPropertiesList- A list containing the properties of each job that is returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
piiEntitiesDetectionJobPropertiesList
ListPiiEntitiesDetectionJobsResponse.Builder piiEntitiesDetectionJobPropertiesList(PiiEntitiesDetectionJobProperties... piiEntitiesDetectionJobPropertiesList)
A list containing the properties of each job that is returned.
- Parameters:
piiEntitiesDetectionJobPropertiesList- A list containing the properties of each job that is returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
piiEntitiesDetectionJobPropertiesList
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.Builderavoiding the need to create one manually viaPiiEntitiesDetectionJobProperties.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#piiEntitiesDetectionJobPropertiesList(List.) - Parameters:
piiEntitiesDetectionJobPropertiesList- a consumer that will call methods onPiiEntitiesDetectionJobProperties.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#piiEntitiesDetectionJobPropertiesList(java.util.Collection)
-
nextToken
ListPiiEntitiesDetectionJobsResponse.Builder nextToken(String nextToken)
Identifies the next page of results to return.
- Parameters:
nextToken- Identifies the next page of results to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-