Interface ListEntitiesDetectionJobsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,ComprehendResponse.Builder,CopyableBuilder<ListEntitiesDetectionJobsResponse.Builder,ListEntitiesDetectionJobsResponse>,SdkBuilder<ListEntitiesDetectionJobsResponse.Builder,ListEntitiesDetectionJobsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListEntitiesDetectionJobsResponse
public static interface ListEntitiesDetectionJobsResponse.Builder extends ComprehendResponse.Builder, SdkPojo, CopyableBuilder<ListEntitiesDetectionJobsResponse.Builder,ListEntitiesDetectionJobsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListEntitiesDetectionJobsResponse.BuilderentitiesDetectionJobPropertiesList(Collection<EntitiesDetectionJobProperties> entitiesDetectionJobPropertiesList)A list containing the properties of each job that is returned.ListEntitiesDetectionJobsResponse.BuilderentitiesDetectionJobPropertiesList(Consumer<EntitiesDetectionJobProperties.Builder>... entitiesDetectionJobPropertiesList)A list containing the properties of each job that is returned.ListEntitiesDetectionJobsResponse.BuilderentitiesDetectionJobPropertiesList(EntitiesDetectionJobProperties... entitiesDetectionJobPropertiesList)A list containing the properties of each job that is returned.ListEntitiesDetectionJobsResponse.BuildernextToken(String nextToken)Identifies the next page of results to return.-
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
-
entitiesDetectionJobPropertiesList
ListEntitiesDetectionJobsResponse.Builder entitiesDetectionJobPropertiesList(Collection<EntitiesDetectionJobProperties> entitiesDetectionJobPropertiesList)
A list containing the properties of each job that is returned.
- Parameters:
entitiesDetectionJobPropertiesList- 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.
-
entitiesDetectionJobPropertiesList
ListEntitiesDetectionJobsResponse.Builder entitiesDetectionJobPropertiesList(EntitiesDetectionJobProperties... entitiesDetectionJobPropertiesList)
A list containing the properties of each job that is returned.
- Parameters:
entitiesDetectionJobPropertiesList- 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.
-
entitiesDetectionJobPropertiesList
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.Builderavoiding the need to create one manually viaEntitiesDetectionJobProperties.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#entitiesDetectionJobPropertiesList(List.) - Parameters:
entitiesDetectionJobPropertiesList- a consumer that will call methods onEntitiesDetectionJobProperties.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#entitiesDetectionJobPropertiesList(java.util.Collection)
-
nextToken
ListEntitiesDetectionJobsResponse.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.
-
-