public static interface DescribeTopicsDetectionJobResponse.Builder extends ComprehendResponse.Builder, CopyableBuilder<DescribeTopicsDetectionJobResponse.Builder,DescribeTopicsDetectionJobResponse>
| Modifier and Type | Method and Description |
|---|---|
default DescribeTopicsDetectionJobResponse.Builder |
topicsDetectionJobProperties(Consumer<TopicsDetectionJobProperties.Builder> topicsDetectionJobProperties)
The list of properties for the requested job.
|
DescribeTopicsDetectionJobResponse.Builder |
topicsDetectionJobProperties(TopicsDetectionJobProperties topicsDetectionJobProperties)
The list of properties for the requested job.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildDescribeTopicsDetectionJobResponse.Builder topicsDetectionJobProperties(TopicsDetectionJobProperties topicsDetectionJobProperties)
The list of properties for the requested job.
topicsDetectionJobProperties - The list of properties for the requested job.default DescribeTopicsDetectionJobResponse.Builder topicsDetectionJobProperties(Consumer<TopicsDetectionJobProperties.Builder> topicsDetectionJobProperties)
The list of properties for the requested job.
This is a convenience that creates an instance of theTopicsDetectionJobProperties.Builder avoiding
the need to create one manually via TopicsDetectionJobProperties.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to topicsDetectionJobProperties(TopicsDetectionJobProperties).topicsDetectionJobProperties - a consumer that will call methods on TopicsDetectionJobProperties.BuildertopicsDetectionJobProperties(TopicsDetectionJobProperties)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.