public static interface TargetedSentimentDetectionJobProperties.Builder extends SdkPojo, CopyableBuilder<TargetedSentimentDetectionJobProperties.Builder,TargetedSentimentDetectionJobProperties>
| Modifier and Type | Method and Description |
|---|---|
TargetedSentimentDetectionJobProperties.Builder |
dataAccessRoleArn(String dataAccessRoleArn)
The Amazon Resource Name (ARN) of the IAM role that grants Amazon Comprehend read access to your input data.
|
TargetedSentimentDetectionJobProperties.Builder |
endTime(Instant endTime)
The time that the targeted sentiment detection job ended.
|
default TargetedSentimentDetectionJobProperties.Builder |
inputDataConfig(Consumer<InputDataConfig.Builder> inputDataConfig)
Sets the value of the InputDataConfig property for this object.
|
TargetedSentimentDetectionJobProperties.Builder |
inputDataConfig(InputDataConfig inputDataConfig)
Sets the value of the InputDataConfig property for this object.
|
TargetedSentimentDetectionJobProperties.Builder |
jobArn(String jobArn)
The Amazon Resource Name (ARN) of the targeted sentiment detection job.
|
TargetedSentimentDetectionJobProperties.Builder |
jobId(String jobId)
The identifier assigned to the targeted sentiment detection job.
|
TargetedSentimentDetectionJobProperties.Builder |
jobName(String jobName)
The name that you assigned to the targeted sentiment detection job.
|
TargetedSentimentDetectionJobProperties.Builder |
jobStatus(JobStatus jobStatus)
The current status of the targeted sentiment detection job.
|
TargetedSentimentDetectionJobProperties.Builder |
jobStatus(String jobStatus)
The current status of the targeted sentiment detection job.
|
TargetedSentimentDetectionJobProperties.Builder |
languageCode(LanguageCode languageCode)
The language code of the input documents.
|
TargetedSentimentDetectionJobProperties.Builder |
languageCode(String languageCode)
The language code of the input documents.
|
TargetedSentimentDetectionJobProperties.Builder |
message(String message)
A description of the status of a job.
|
default TargetedSentimentDetectionJobProperties.Builder |
outputDataConfig(Consumer<OutputDataConfig.Builder> outputDataConfig)
Sets the value of the OutputDataConfig property for this object.
|
TargetedSentimentDetectionJobProperties.Builder |
outputDataConfig(OutputDataConfig outputDataConfig)
Sets the value of the OutputDataConfig property for this object.
|
TargetedSentimentDetectionJobProperties.Builder |
submitTime(Instant submitTime)
The time that the targeted sentiment detection job was submitted for processing.
|
TargetedSentimentDetectionJobProperties.Builder |
volumeKmsKeyId(String volumeKmsKeyId)
ID for the KMS key that Amazon Comprehend uses to encrypt the data on the storage volume attached to the ML
compute instance(s) that process the targeted sentiment detection job.
|
default TargetedSentimentDetectionJobProperties.Builder |
vpcConfig(Consumer<VpcConfig.Builder> vpcConfig)
Sets the value of the VpcConfig property for this object.
|
TargetedSentimentDetectionJobProperties.Builder |
vpcConfig(VpcConfig vpcConfig)
Sets the value of the VpcConfig property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTargetedSentimentDetectionJobProperties.Builder jobId(String jobId)
The identifier assigned to the targeted sentiment detection job.
jobId - The identifier assigned to the targeted sentiment detection job.TargetedSentimentDetectionJobProperties.Builder jobArn(String jobArn)
The Amazon Resource Name (ARN) of the targeted sentiment detection job. It is a unique, fully qualified identifier for the job. It includes the Amazon Web Services account, Amazon Web Services Region, and the job ID. The format of the ARN is as follows:
arn:<partition>:comprehend:<region>:<account-id>:targeted-sentiment-detection-job/<job-id>
The following is an example job ARN:
arn:aws:comprehend:us-west-2:111122223333:targeted-sentiment-detection-job/1234abcd12ab34cd56ef1234567890ab
jobArn - The Amazon Resource Name (ARN) of the targeted sentiment detection job. It is a unique, fully
qualified identifier for the job. It includes the Amazon Web Services account, Amazon Web Services
Region, and the job ID. The format of the ARN is as follows:
arn:<partition>:comprehend:<region>:<account-id>:targeted-sentiment-detection-job/<job-id>
The following is an example job ARN:
arn:aws:comprehend:us-west-2:111122223333:targeted-sentiment-detection-job/1234abcd12ab34cd56ef1234567890ab
TargetedSentimentDetectionJobProperties.Builder jobName(String jobName)
The name that you assigned to the targeted sentiment detection job.
jobName - The name that you assigned to the targeted sentiment detection job.TargetedSentimentDetectionJobProperties.Builder jobStatus(String jobStatus)
The current status of the targeted sentiment detection job. If the status is FAILED, the
Messages field shows the reason for the failure.
TargetedSentimentDetectionJobProperties.Builder jobStatus(JobStatus jobStatus)
The current status of the targeted sentiment detection job. If the status is FAILED, the
Messages field shows the reason for the failure.
TargetedSentimentDetectionJobProperties.Builder message(String message)
A description of the status of a job.
message - A description of the status of a job.TargetedSentimentDetectionJobProperties.Builder submitTime(Instant submitTime)
The time that the targeted sentiment detection job was submitted for processing.
submitTime - The time that the targeted sentiment detection job was submitted for processing.TargetedSentimentDetectionJobProperties.Builder endTime(Instant endTime)
The time that the targeted sentiment detection job ended.
endTime - The time that the targeted sentiment detection job ended.TargetedSentimentDetectionJobProperties.Builder inputDataConfig(InputDataConfig inputDataConfig)
inputDataConfig - The new value for the InputDataConfig property for this object.default TargetedSentimentDetectionJobProperties.Builder inputDataConfig(Consumer<InputDataConfig.Builder> inputDataConfig)
InputDataConfig.Builder avoiding the
need to create one manually via InputDataConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to inputDataConfig(InputDataConfig).
inputDataConfig - a consumer that will call methods on InputDataConfig.BuilderinputDataConfig(InputDataConfig)TargetedSentimentDetectionJobProperties.Builder outputDataConfig(OutputDataConfig outputDataConfig)
outputDataConfig - The new value for the OutputDataConfig property for this object.default TargetedSentimentDetectionJobProperties.Builder outputDataConfig(Consumer<OutputDataConfig.Builder> outputDataConfig)
OutputDataConfig.Builder avoiding the
need to create one manually via OutputDataConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to outputDataConfig(OutputDataConfig).
outputDataConfig - a consumer that will call methods on OutputDataConfig.BuilderoutputDataConfig(OutputDataConfig)TargetedSentimentDetectionJobProperties.Builder languageCode(String languageCode)
The language code of the input documents.
languageCode - The language code of the input documents.LanguageCode,
LanguageCodeTargetedSentimentDetectionJobProperties.Builder languageCode(LanguageCode languageCode)
The language code of the input documents.
languageCode - The language code of the input documents.LanguageCode,
LanguageCodeTargetedSentimentDetectionJobProperties.Builder dataAccessRoleArn(String dataAccessRoleArn)
The Amazon Resource Name (ARN) of the IAM role that grants Amazon Comprehend read access to your input data.
dataAccessRoleArn - The Amazon Resource Name (ARN) of the IAM role that grants Amazon Comprehend read access to your input
data.TargetedSentimentDetectionJobProperties.Builder volumeKmsKeyId(String volumeKmsKeyId)
ID for the KMS key that Amazon Comprehend uses to encrypt the data on the storage volume attached to the ML compute instance(s) that process the targeted sentiment detection job. The VolumeKmsKeyId can be either of the following formats:
KMS Key ID: "1234abcd-12ab-34cd-56ef-1234567890ab"
Amazon Resource Name (ARN) of a KMS Key:
"arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab"
volumeKmsKeyId - ID for the KMS key that Amazon Comprehend uses to encrypt the data on the storage volume attached to
the ML compute instance(s) that process the targeted sentiment detection job. The VolumeKmsKeyId can
be either of the following formats:
KMS Key ID: "1234abcd-12ab-34cd-56ef-1234567890ab"
Amazon Resource Name (ARN) of a KMS Key:
"arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab"
TargetedSentimentDetectionJobProperties.Builder vpcConfig(VpcConfig vpcConfig)
vpcConfig - The new value for the VpcConfig property for this object.default TargetedSentimentDetectionJobProperties.Builder vpcConfig(Consumer<VpcConfig.Builder> vpcConfig)
VpcConfig.Builder avoiding the need to
create one manually via VpcConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to vpcConfig(VpcConfig).
vpcConfig - a consumer that will call methods on VpcConfig.BuildervpcConfig(VpcConfig)Copyright © 2023. All rights reserved.