Interface ListKeyPhrasesDetectionJobsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,ComprehendResponse.Builder,CopyableBuilder<ListKeyPhrasesDetectionJobsResponse.Builder,ListKeyPhrasesDetectionJobsResponse>,SdkBuilder<ListKeyPhrasesDetectionJobsResponse.Builder,ListKeyPhrasesDetectionJobsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListKeyPhrasesDetectionJobsResponse
public static interface ListKeyPhrasesDetectionJobsResponse.Builder extends ComprehendResponse.Builder, SdkPojo, CopyableBuilder<ListKeyPhrasesDetectionJobsResponse.Builder,ListKeyPhrasesDetectionJobsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListKeyPhrasesDetectionJobsResponse.BuilderkeyPhrasesDetectionJobPropertiesList(Collection<KeyPhrasesDetectionJobProperties> keyPhrasesDetectionJobPropertiesList)A list containing the properties of each job that is returned.ListKeyPhrasesDetectionJobsResponse.BuilderkeyPhrasesDetectionJobPropertiesList(Consumer<KeyPhrasesDetectionJobProperties.Builder>... keyPhrasesDetectionJobPropertiesList)A list containing the properties of each job that is returned.ListKeyPhrasesDetectionJobsResponse.BuilderkeyPhrasesDetectionJobPropertiesList(KeyPhrasesDetectionJobProperties... keyPhrasesDetectionJobPropertiesList)A list containing the properties of each job that is returned.ListKeyPhrasesDetectionJobsResponse.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
-
keyPhrasesDetectionJobPropertiesList
ListKeyPhrasesDetectionJobsResponse.Builder keyPhrasesDetectionJobPropertiesList(Collection<KeyPhrasesDetectionJobProperties> keyPhrasesDetectionJobPropertiesList)
A list containing the properties of each job that is returned.
- Parameters:
keyPhrasesDetectionJobPropertiesList- 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.
-
keyPhrasesDetectionJobPropertiesList
ListKeyPhrasesDetectionJobsResponse.Builder keyPhrasesDetectionJobPropertiesList(KeyPhrasesDetectionJobProperties... keyPhrasesDetectionJobPropertiesList)
A list containing the properties of each job that is returned.
- Parameters:
keyPhrasesDetectionJobPropertiesList- 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.
-
keyPhrasesDetectionJobPropertiesList
ListKeyPhrasesDetectionJobsResponse.Builder keyPhrasesDetectionJobPropertiesList(Consumer<KeyPhrasesDetectionJobProperties.Builder>... keyPhrasesDetectionJobPropertiesList)
A list containing the properties of each job that is returned.
This is a convenience method that creates an instance of theKeyPhrasesDetectionJobProperties.Builderavoiding the need to create one manually viaKeyPhrasesDetectionJobProperties.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#keyPhrasesDetectionJobPropertiesList(List.) - Parameters:
keyPhrasesDetectionJobPropertiesList- a consumer that will call methods onKeyPhrasesDetectionJobProperties.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#keyPhrasesDetectionJobPropertiesList(java.util.Collection)
-
nextToken
ListKeyPhrasesDetectionJobsResponse.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.
-
-