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