public static interface SentimentDetectionJobProperties.Builder extends SdkPojo, CopyableBuilder<SentimentDetectionJobProperties.Builder,SentimentDetectionJobProperties>
| Modifier and Type | Method and Description |
|---|---|
SentimentDetectionJobProperties.Builder |
dataAccessRoleArn(String dataAccessRoleArn)
The Amazon Resource Name (ARN) of the IAM role that grants Amazon Comprehend read access to your input data.
|
SentimentDetectionJobProperties.Builder |
endTime(Instant endTime)
The time that the sentiment detection job ended.
|
default SentimentDetectionJobProperties.Builder |
inputDataConfig(Consumer<InputDataConfig.Builder> inputDataConfig)
The input data configuration that you supplied when you created the sentiment detection job.
|
SentimentDetectionJobProperties.Builder |
inputDataConfig(InputDataConfig inputDataConfig)
The input data configuration that you supplied when you created the sentiment detection job.
|
SentimentDetectionJobProperties.Builder |
jobArn(String jobArn)
The Amazon Resource Name (ARN) of the sentiment detection job.
|
SentimentDetectionJobProperties.Builder |
jobId(String jobId)
The identifier assigned to the sentiment detection job.
|
SentimentDetectionJobProperties.Builder |
jobName(String jobName)
The name that you assigned to the sentiment detection job
|
SentimentDetectionJobProperties.Builder |
jobStatus(JobStatus jobStatus)
The current status of the sentiment detection job.
|
SentimentDetectionJobProperties.Builder |
jobStatus(String jobStatus)
The current status of the sentiment detection job.
|
SentimentDetectionJobProperties.Builder |
languageCode(LanguageCode languageCode)
The language code of the input documents.
|
SentimentDetectionJobProperties.Builder |
languageCode(String languageCode)
The language code of the input documents.
|
SentimentDetectionJobProperties.Builder |
message(String message)
A description of the status of a job.
|
default SentimentDetectionJobProperties.Builder |
outputDataConfig(Consumer<OutputDataConfig.Builder> outputDataConfig)
The output data configuration that you supplied when you created the sentiment detection job.
|
SentimentDetectionJobProperties.Builder |
outputDataConfig(OutputDataConfig outputDataConfig)
The output data configuration that you supplied when you created the sentiment detection job.
|
SentimentDetectionJobProperties.Builder |
submitTime(Instant submitTime)
The time that the sentiment detection job was submitted for processing.
|
SentimentDetectionJobProperties.Builder |
volumeKmsKeyId(String volumeKmsKeyId)
ID for the Amazon Web Services Key Management Service (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 SentimentDetectionJobProperties.Builder |
vpcConfig(Consumer<VpcConfig.Builder> vpcConfig)
Configuration parameters for a private Virtual Private Cloud (VPC) containing the resources you are using for
your sentiment detection job.
|
SentimentDetectionJobProperties.Builder |
vpcConfig(VpcConfig vpcConfig)
Configuration parameters for a private Virtual Private Cloud (VPC) containing the resources you are using for
your sentiment detection job.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSentimentDetectionJobProperties.Builder jobId(String jobId)
The identifier assigned to the sentiment detection job.
jobId - The identifier assigned to the sentiment detection job.SentimentDetectionJobProperties.Builder jobArn(String jobArn)
The Amazon Resource Name (ARN) of the 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>:sentiment-detection-job/<job-id>
The following is an example job ARN:
arn:aws:comprehend:us-west-2:111122223333:sentiment-detection-job/1234abcd12ab34cd56ef1234567890ab
jobArn - The Amazon Resource Name (ARN) of the 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>:sentiment-detection-job/<job-id>
The following is an example job ARN:
arn:aws:comprehend:us-west-2:111122223333:sentiment-detection-job/1234abcd12ab34cd56ef1234567890ab
SentimentDetectionJobProperties.Builder jobName(String jobName)
The name that you assigned to the sentiment detection job
jobName - The name that you assigned to the sentiment detection jobSentimentDetectionJobProperties.Builder jobStatus(String jobStatus)
The current status of the sentiment detection job. If the status is FAILED, the
Messages field shows the reason for the failure.
SentimentDetectionJobProperties.Builder jobStatus(JobStatus jobStatus)
The current status of the sentiment detection job. If the status is FAILED, the
Messages field shows the reason for the failure.
SentimentDetectionJobProperties.Builder message(String message)
A description of the status of a job.
message - A description of the status of a job.SentimentDetectionJobProperties.Builder submitTime(Instant submitTime)
The time that the sentiment detection job was submitted for processing.
submitTime - The time that the sentiment detection job was submitted for processing.SentimentDetectionJobProperties.Builder endTime(Instant endTime)
The time that the sentiment detection job ended.
endTime - The time that the sentiment detection job ended.SentimentDetectionJobProperties.Builder inputDataConfig(InputDataConfig inputDataConfig)
The input data configuration that you supplied when you created the sentiment detection job.
inputDataConfig - The input data configuration that you supplied when you created the sentiment detection job.default SentimentDetectionJobProperties.Builder inputDataConfig(Consumer<InputDataConfig.Builder> inputDataConfig)
The input data configuration that you supplied when you created the sentiment detection job.
This is a convenience method that creates an instance of theInputDataConfig.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)SentimentDetectionJobProperties.Builder outputDataConfig(OutputDataConfig outputDataConfig)
The output data configuration that you supplied when you created the sentiment detection job.
outputDataConfig - The output data configuration that you supplied when you created the sentiment detection job.default SentimentDetectionJobProperties.Builder outputDataConfig(Consumer<OutputDataConfig.Builder> outputDataConfig)
The output data configuration that you supplied when you created the sentiment detection job.
This is a convenience method that creates an instance of theOutputDataConfig.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)SentimentDetectionJobProperties.Builder languageCode(String languageCode)
The language code of the input documents.
languageCode - The language code of the input documents.LanguageCode,
LanguageCodeSentimentDetectionJobProperties.Builder languageCode(LanguageCode languageCode)
The language code of the input documents.
languageCode - The language code of the input documents.LanguageCode,
LanguageCodeSentimentDetectionJobProperties.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.SentimentDetectionJobProperties.Builder volumeKmsKeyId(String volumeKmsKeyId)
ID for the Amazon Web Services Key Management Service (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. 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 Amazon Web Services Key Management Service (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. 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"
SentimentDetectionJobProperties.Builder vpcConfig(VpcConfig vpcConfig)
Configuration parameters for a private Virtual Private Cloud (VPC) containing the resources you are using for your sentiment detection job. For more information, see Amazon VPC.
vpcConfig - Configuration parameters for a private Virtual Private Cloud (VPC) containing the resources you are
using for your sentiment detection job. For more information, see Amazon VPC.default SentimentDetectionJobProperties.Builder vpcConfig(Consumer<VpcConfig.Builder> vpcConfig)
Configuration parameters for a private Virtual Private Cloud (VPC) containing the resources you are using for your sentiment detection job. For more information, see Amazon VPC.
This is a convenience method that creates an instance of theVpcConfig.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.