public static interface EventsDetectionJobProperties.Builder extends SdkPojo, CopyableBuilder<EventsDetectionJobProperties.Builder,EventsDetectionJobProperties>
| Modifier and Type | Method and Description |
|---|---|
EventsDetectionJobProperties.Builder |
dataAccessRoleArn(String dataAccessRoleArn)
The Amazon Resource Name (ARN) of the IAM role that grants Amazon Comprehend read access to your input data.
|
EventsDetectionJobProperties.Builder |
endTime(Instant endTime)
The time that the events detection job completed.
|
default EventsDetectionJobProperties.Builder |
inputDataConfig(Consumer<InputDataConfig.Builder> inputDataConfig)
The input data configuration that you supplied when you created the events detection job.
|
EventsDetectionJobProperties.Builder |
inputDataConfig(InputDataConfig inputDataConfig)
The input data configuration that you supplied when you created the events detection job.
|
EventsDetectionJobProperties.Builder |
jobArn(String jobArn)
The Amazon Resource Name (ARN) of the events detection job.
|
EventsDetectionJobProperties.Builder |
jobId(String jobId)
The identifier assigned to the events detection job.
|
EventsDetectionJobProperties.Builder |
jobName(String jobName)
The name you assigned the events detection job.
|
EventsDetectionJobProperties.Builder |
jobStatus(JobStatus jobStatus)
The current status of the events detection job.
|
EventsDetectionJobProperties.Builder |
jobStatus(String jobStatus)
The current status of the events detection job.
|
EventsDetectionJobProperties.Builder |
languageCode(LanguageCode languageCode)
The language code of the input documents.
|
EventsDetectionJobProperties.Builder |
languageCode(String languageCode)
The language code of the input documents.
|
EventsDetectionJobProperties.Builder |
message(String message)
A description of the status of the events detection job.
|
default EventsDetectionJobProperties.Builder |
outputDataConfig(Consumer<OutputDataConfig.Builder> outputDataConfig)
The output data configuration that you supplied when you created the events detection job.
|
EventsDetectionJobProperties.Builder |
outputDataConfig(OutputDataConfig outputDataConfig)
The output data configuration that you supplied when you created the events detection job.
|
EventsDetectionJobProperties.Builder |
submitTime(Instant submitTime)
The time that the events detection job was submitted for processing.
|
EventsDetectionJobProperties.Builder |
targetEventTypes(Collection<String> targetEventTypes)
The types of events that are detected by the job.
|
EventsDetectionJobProperties.Builder |
targetEventTypes(String... targetEventTypes)
The types of events that are detected by the job.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEventsDetectionJobProperties.Builder jobId(String jobId)
The identifier assigned to the events detection job.
jobId - The identifier assigned to the events detection job.EventsDetectionJobProperties.Builder jobArn(String jobArn)
The Amazon Resource Name (ARN) of the events 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>:events-detection-job/<job-id>
The following is an example job ARN:
arn:aws:comprehend:us-west-2:111122223333:events-detection-job/1234abcd12ab34cd56ef1234567890ab
jobArn - The Amazon Resource Name (ARN) of the events 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>:events-detection-job/<job-id>
The following is an example job ARN:
arn:aws:comprehend:us-west-2:111122223333:events-detection-job/1234abcd12ab34cd56ef1234567890ab
EventsDetectionJobProperties.Builder jobName(String jobName)
The name you assigned the events detection job.
jobName - The name you assigned the events detection job.EventsDetectionJobProperties.Builder jobStatus(String jobStatus)
The current status of the events detection job.
EventsDetectionJobProperties.Builder jobStatus(JobStatus jobStatus)
The current status of the events detection job.
EventsDetectionJobProperties.Builder message(String message)
A description of the status of the events detection job.
message - A description of the status of the events detection job.EventsDetectionJobProperties.Builder submitTime(Instant submitTime)
The time that the events detection job was submitted for processing.
submitTime - The time that the events detection job was submitted for processing.EventsDetectionJobProperties.Builder endTime(Instant endTime)
The time that the events detection job completed.
endTime - The time that the events detection job completed.EventsDetectionJobProperties.Builder inputDataConfig(InputDataConfig inputDataConfig)
The input data configuration that you supplied when you created the events detection job.
inputDataConfig - The input data configuration that you supplied when you created the events detection job.default EventsDetectionJobProperties.Builder inputDataConfig(Consumer<InputDataConfig.Builder> inputDataConfig)
The input data configuration that you supplied when you created the events 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)EventsDetectionJobProperties.Builder outputDataConfig(OutputDataConfig outputDataConfig)
The output data configuration that you supplied when you created the events detection job.
outputDataConfig - The output data configuration that you supplied when you created the events detection job.default EventsDetectionJobProperties.Builder outputDataConfig(Consumer<OutputDataConfig.Builder> outputDataConfig)
The output data configuration that you supplied when you created the events 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)EventsDetectionJobProperties.Builder languageCode(String languageCode)
The language code of the input documents.
languageCode - The language code of the input documents.LanguageCode,
LanguageCodeEventsDetectionJobProperties.Builder languageCode(LanguageCode languageCode)
The language code of the input documents.
languageCode - The language code of the input documents.LanguageCode,
LanguageCodeEventsDetectionJobProperties.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.EventsDetectionJobProperties.Builder targetEventTypes(Collection<String> targetEventTypes)
The types of events that are detected by the job.
targetEventTypes - The types of events that are detected by the job.EventsDetectionJobProperties.Builder targetEventTypes(String... targetEventTypes)
The types of events that are detected by the job.
targetEventTypes - The types of events that are detected by the job.Copyright © 2023. All rights reserved.