| Package | Description |
|---|---|
| software.amazon.awssdk.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
static EventsDetectionJobProperties.Builder |
EventsDetectionJobProperties.builder() |
EventsDetectionJobProperties.Builder |
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 |
EventsDetectionJobProperties.Builder.endTime(Instant endTime)
The time that the events detection job completed.
|
default EventsDetectionJobProperties.Builder |
EventsDetectionJobProperties.Builder.inputDataConfig(Consumer<InputDataConfig.Builder> inputDataConfig)
The input data configuration that you supplied when you created the events detection job.
|
EventsDetectionJobProperties.Builder |
EventsDetectionJobProperties.Builder.inputDataConfig(InputDataConfig inputDataConfig)
The input data configuration that you supplied when you created the events detection job.
|
EventsDetectionJobProperties.Builder |
EventsDetectionJobProperties.Builder.jobArn(String jobArn)
The Amazon Resource Name (ARN) of the events detection job.
|
EventsDetectionJobProperties.Builder |
EventsDetectionJobProperties.Builder.jobId(String jobId)
The identifier assigned to the events detection job.
|
EventsDetectionJobProperties.Builder |
EventsDetectionJobProperties.Builder.jobName(String jobName)
The name you assigned the events detection job.
|
EventsDetectionJobProperties.Builder |
EventsDetectionJobProperties.Builder.jobStatus(JobStatus jobStatus)
The current status of the events detection job.
|
EventsDetectionJobProperties.Builder |
EventsDetectionJobProperties.Builder.jobStatus(String jobStatus)
The current status of the events detection job.
|
EventsDetectionJobProperties.Builder |
EventsDetectionJobProperties.Builder.languageCode(LanguageCode languageCode)
The language code of the input documents.
|
EventsDetectionJobProperties.Builder |
EventsDetectionJobProperties.Builder.languageCode(String languageCode)
The language code of the input documents.
|
EventsDetectionJobProperties.Builder |
EventsDetectionJobProperties.Builder.message(String message)
A description of the status of the events detection job.
|
default EventsDetectionJobProperties.Builder |
EventsDetectionJobProperties.Builder.outputDataConfig(Consumer<OutputDataConfig.Builder> outputDataConfig)
The output data configuration that you supplied when you created the events detection job.
|
EventsDetectionJobProperties.Builder |
EventsDetectionJobProperties.Builder.outputDataConfig(OutputDataConfig outputDataConfig)
The output data configuration that you supplied when you created the events detection job.
|
EventsDetectionJobProperties.Builder |
EventsDetectionJobProperties.Builder.submitTime(Instant submitTime)
The time that the events detection job was submitted for processing.
|
EventsDetectionJobProperties.Builder |
EventsDetectionJobProperties.Builder.targetEventTypes(Collection<String> targetEventTypes)
The types of events that are detected by the job.
|
EventsDetectionJobProperties.Builder |
EventsDetectionJobProperties.Builder.targetEventTypes(String... targetEventTypes)
The types of events that are detected by the job.
|
EventsDetectionJobProperties.Builder |
EventsDetectionJobProperties.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends EventsDetectionJobProperties.Builder> |
EventsDetectionJobProperties.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DescribeEventsDetectionJobResponse.Builder |
DescribeEventsDetectionJobResponse.Builder.eventsDetectionJobProperties(Consumer<EventsDetectionJobProperties.Builder> eventsDetectionJobProperties)
An object that contains the properties associated with an event detection job.
|
Copyright © 2023. All rights reserved.