public static interface DescribeDominantLanguageDetectionJobResponse.Builder extends ComprehendResponse.Builder, SdkPojo, CopyableBuilder<DescribeDominantLanguageDetectionJobResponse.Builder,DescribeDominantLanguageDetectionJobResponse>
Modifier and Type | Method and Description |
---|---|
default DescribeDominantLanguageDetectionJobResponse.Builder |
dominantLanguageDetectionJobProperties(Consumer<DominantLanguageDetectionJobProperties.Builder> dominantLanguageDetectionJobProperties)
An object that contains the properties associated with a dominant language detection job.
|
DescribeDominantLanguageDetectionJobResponse.Builder |
dominantLanguageDetectionJobProperties(DominantLanguageDetectionJobProperties dominantLanguageDetectionJobProperties)
An object that contains the properties associated with a dominant language detection job.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
DescribeDominantLanguageDetectionJobResponse.Builder dominantLanguageDetectionJobProperties(DominantLanguageDetectionJobProperties dominantLanguageDetectionJobProperties)
An object that contains the properties associated with a dominant language detection job.
dominantLanguageDetectionJobProperties
- An object that contains the properties associated with a dominant language detection job.default DescribeDominantLanguageDetectionJobResponse.Builder dominantLanguageDetectionJobProperties(Consumer<DominantLanguageDetectionJobProperties.Builder> dominantLanguageDetectionJobProperties)
An object that contains the properties associated with a dominant language detection job.
This is a convenience that creates an instance of theDominantLanguageDetectionJobProperties.Builder
avoiding the need to create one manually via DominantLanguageDetectionJobProperties.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called
immediately and its result is passed to
dominantLanguageDetectionJobProperties(DominantLanguageDetectionJobProperties)
.dominantLanguageDetectionJobProperties
- a consumer that will call methods on DominantLanguageDetectionJobProperties.Builder
dominantLanguageDetectionJobProperties(DominantLanguageDetectionJobProperties)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.