public static interface DescribeTargetedSentimentDetectionJobResponse.Builder extends ComprehendResponse.Builder, SdkPojo, CopyableBuilder<DescribeTargetedSentimentDetectionJobResponse.Builder,DescribeTargetedSentimentDetectionJobResponse>
| Modifier and Type | Method and Description |
|---|---|
default DescribeTargetedSentimentDetectionJobResponse.Builder |
targetedSentimentDetectionJobProperties(Consumer<TargetedSentimentDetectionJobProperties.Builder> targetedSentimentDetectionJobProperties)
An object that contains the properties associated with a targeted sentiment detection job.
|
DescribeTargetedSentimentDetectionJobResponse.Builder |
targetedSentimentDetectionJobProperties(TargetedSentimentDetectionJobProperties targetedSentimentDetectionJobProperties)
An object that contains the properties associated with a targeted sentiment detection job.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeTargetedSentimentDetectionJobResponse.Builder targetedSentimentDetectionJobProperties(TargetedSentimentDetectionJobProperties targetedSentimentDetectionJobProperties)
An object that contains the properties associated with a targeted sentiment detection job.
targetedSentimentDetectionJobProperties - An object that contains the properties associated with a targeted sentiment detection job.default DescribeTargetedSentimentDetectionJobResponse.Builder targetedSentimentDetectionJobProperties(Consumer<TargetedSentimentDetectionJobProperties.Builder> targetedSentimentDetectionJobProperties)
An object that contains the properties associated with a targeted sentiment detection job.
This is a convenience method that creates an instance of theTargetedSentimentDetectionJobProperties.Builder avoiding the need to create one manually via
TargetedSentimentDetectionJobProperties.builder().
When the Consumer completes, SdkBuilder.build() is
called immediately and its result is passed to
targetedSentimentDetectionJobProperties(TargetedSentimentDetectionJobProperties).
targetedSentimentDetectionJobProperties - a consumer that will call methods on TargetedSentimentDetectionJobProperties.BuildertargetedSentimentDetectionJobProperties(TargetedSentimentDetectionJobProperties)Copyright © 2023. All rights reserved.