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