public static interface DescribeTopicsDetectionJobRequest.Builder extends ComprehendRequest.Builder, CopyableBuilder<DescribeTopicsDetectionJobRequest.Builder,DescribeTopicsDetectionJobRequest>
Modifier and Type | Method and Description |
---|---|
DescribeTopicsDetectionJobRequest.Builder |
jobId(String jobId)
The identifier assigned by the user to the detection job.
|
DescribeTopicsDetectionJobRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
build
requestOverrideConfig, requestOverrideConfig
copy
apply, build
DescribeTopicsDetectionJobRequest.Builder jobId(String jobId)
The identifier assigned by the user to the detection job.
jobId
- The identifier assigned by the user to the detection job.DescribeTopicsDetectionJobRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.