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