static StartTargetedSentimentDetectionJobRequest.Builder |
StartTargetedSentimentDetectionJobRequest.builder() |
|
StartTargetedSentimentDetectionJobRequest.Builder |
StartTargetedSentimentDetectionJobRequest.Builder.clientRequestToken(String clientRequestToken) |
A unique identifier for the request.
|
StartTargetedSentimentDetectionJobRequest.Builder |
StartTargetedSentimentDetectionJobRequest.Builder.dataAccessRoleArn(String dataAccessRoleArn) |
The Amazon Resource Name (ARN) of the IAM role that grants Amazon Comprehend read access to your input data.
|
default StartTargetedSentimentDetectionJobRequest.Builder |
StartTargetedSentimentDetectionJobRequest.Builder.inputDataConfig(Consumer<InputDataConfig.Builder> inputDataConfig) |
Sets the value of the InputDataConfig property for this object.
|
StartTargetedSentimentDetectionJobRequest.Builder |
StartTargetedSentimentDetectionJobRequest.Builder.inputDataConfig(InputDataConfig inputDataConfig) |
Sets the value of the InputDataConfig property for this object.
|
StartTargetedSentimentDetectionJobRequest.Builder |
StartTargetedSentimentDetectionJobRequest.Builder.jobName(String jobName) |
The identifier of the job.
|
StartTargetedSentimentDetectionJobRequest.Builder |
StartTargetedSentimentDetectionJobRequest.Builder.languageCode(String languageCode) |
The language of the input documents.
|
StartTargetedSentimentDetectionJobRequest.Builder |
StartTargetedSentimentDetectionJobRequest.Builder.languageCode(LanguageCode languageCode) |
The language of the input documents.
|
default StartTargetedSentimentDetectionJobRequest.Builder |
StartTargetedSentimentDetectionJobRequest.Builder.outputDataConfig(Consumer<OutputDataConfig.Builder> outputDataConfig) |
Specifies where to send the output files.
|
StartTargetedSentimentDetectionJobRequest.Builder |
StartTargetedSentimentDetectionJobRequest.Builder.outputDataConfig(OutputDataConfig outputDataConfig) |
Specifies where to send the output files.
|
StartTargetedSentimentDetectionJobRequest.Builder |
StartTargetedSentimentDetectionJobRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
StartTargetedSentimentDetectionJobRequest.Builder |
StartTargetedSentimentDetectionJobRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
StartTargetedSentimentDetectionJobRequest.Builder |
StartTargetedSentimentDetectionJobRequest.Builder.tags(Collection<Tag> tags) |
Tags to associate with the targeted sentiment detection job.
|
StartTargetedSentimentDetectionJobRequest.Builder |
StartTargetedSentimentDetectionJobRequest.Builder.tags(Consumer<Tag.Builder>... tags) |
Tags to associate with the targeted sentiment detection job.
|
StartTargetedSentimentDetectionJobRequest.Builder |
StartTargetedSentimentDetectionJobRequest.Builder.tags(Tag... tags) |
Tags to associate with the targeted sentiment detection job.
|
StartTargetedSentimentDetectionJobRequest.Builder |
StartTargetedSentimentDetectionJobRequest.toBuilder() |
|
StartTargetedSentimentDetectionJobRequest.Builder |
StartTargetedSentimentDetectionJobRequest.Builder.volumeKmsKeyId(String volumeKmsKeyId) |
ID for the KMS key that Amazon Comprehend uses to encrypt data on the storage volume attached to the ML
compute instance(s) that process the analysis job.
|
default StartTargetedSentimentDetectionJobRequest.Builder |
StartTargetedSentimentDetectionJobRequest.Builder.vpcConfig(Consumer<VpcConfig.Builder> vpcConfig) |
Sets the value of the VpcConfig property for this object.
|
StartTargetedSentimentDetectionJobRequest.Builder |
StartTargetedSentimentDetectionJobRequest.Builder.vpcConfig(VpcConfig vpcConfig) |
Sets the value of the VpcConfig property for this object.
|