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 AWS Identify and Access Management (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 |
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 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 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 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 AWS Identify and Access Management (IAM) role that grants Amazon Comprehend read access to your input data.
dataAccessRoleArn - The Amazon Resource Name (ARN) of the AWS Identify and Access Management (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 © 2021. All rights reserved.