Interface ListKeyPhrasesDetectionJobsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,ComprehendResponse.Builder
,CopyableBuilder<ListKeyPhrasesDetectionJobsResponse.Builder,
,ListKeyPhrasesDetectionJobsResponse> SdkBuilder<ListKeyPhrasesDetectionJobsResponse.Builder,
,ListKeyPhrasesDetectionJobsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListKeyPhrasesDetectionJobsResponse
@Mutable
@NotThreadSafe
public static interface ListKeyPhrasesDetectionJobsResponse.Builder
extends ComprehendResponse.Builder, SdkPojo, CopyableBuilder<ListKeyPhrasesDetectionJobsResponse.Builder,ListKeyPhrasesDetectionJobsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionkeyPhrasesDetectionJobPropertiesList
(Collection<KeyPhrasesDetectionJobProperties> keyPhrasesDetectionJobPropertiesList) A list containing the properties of each job that is returned.keyPhrasesDetectionJobPropertiesList
(Consumer<KeyPhrasesDetectionJobProperties.Builder>... keyPhrasesDetectionJobPropertiesList) A list containing the properties of each job that is returned.keyPhrasesDetectionJobPropertiesList
(KeyPhrasesDetectionJobProperties... keyPhrasesDetectionJobPropertiesList) A list containing the properties of each job that is returned.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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
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.Builder
avoiding the need to create one manually viaKeyPhrasesDetectionJobProperties.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tokeyPhrasesDetectionJobPropertiesList(List<KeyPhrasesDetectionJobProperties>)
.- 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:
-
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.
-