static StartEventsDetectionJobRequest.Builder |
StartEventsDetectionJobRequest.builder() |
|
StartEventsDetectionJobRequest.Builder |
StartEventsDetectionJobRequest.Builder.clientRequestToken(String clientRequestToken) |
An unique identifier for the request.
|
StartEventsDetectionJobRequest.Builder |
StartEventsDetectionJobRequest.Builder.dataAccessRoleArn(String dataAccessRoleArn) |
The Amazon Resource Name (ARN) of the IAM role that grants Amazon Comprehend read access to your input data.
|
default StartEventsDetectionJobRequest.Builder |
StartEventsDetectionJobRequest.Builder.inputDataConfig(Consumer<InputDataConfig.Builder> inputDataConfig) |
Specifies the format and location of the input data for the job.
|
StartEventsDetectionJobRequest.Builder |
StartEventsDetectionJobRequest.Builder.inputDataConfig(InputDataConfig inputDataConfig) |
Specifies the format and location of the input data for the job.
|
StartEventsDetectionJobRequest.Builder |
StartEventsDetectionJobRequest.Builder.jobName(String jobName) |
The identifier of the events detection job.
|
StartEventsDetectionJobRequest.Builder |
StartEventsDetectionJobRequest.Builder.languageCode(String languageCode) |
The language code of the input documents.
|
StartEventsDetectionJobRequest.Builder |
StartEventsDetectionJobRequest.Builder.languageCode(LanguageCode languageCode) |
The language code of the input documents.
|
default StartEventsDetectionJobRequest.Builder |
StartEventsDetectionJobRequest.Builder.outputDataConfig(Consumer<OutputDataConfig.Builder> outputDataConfig) |
Specifies where to send the output files.
|
StartEventsDetectionJobRequest.Builder |
StartEventsDetectionJobRequest.Builder.outputDataConfig(OutputDataConfig outputDataConfig) |
Specifies where to send the output files.
|
StartEventsDetectionJobRequest.Builder |
StartEventsDetectionJobRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
StartEventsDetectionJobRequest.Builder |
StartEventsDetectionJobRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
StartEventsDetectionJobRequest.Builder |
StartEventsDetectionJobRequest.Builder.tags(Collection<Tag> tags) |
Tags to associate with the events detection job.
|
StartEventsDetectionJobRequest.Builder |
StartEventsDetectionJobRequest.Builder.tags(Consumer<Tag.Builder>... tags) |
Tags to associate with the events detection job.
|
StartEventsDetectionJobRequest.Builder |
StartEventsDetectionJobRequest.Builder.tags(Tag... tags) |
Tags to associate with the events detection job.
|
StartEventsDetectionJobRequest.Builder |
StartEventsDetectionJobRequest.Builder.targetEventTypes(String... targetEventTypes) |
The types of events to detect in the input documents.
|
StartEventsDetectionJobRequest.Builder |
StartEventsDetectionJobRequest.Builder.targetEventTypes(Collection<String> targetEventTypes) |
The types of events to detect in the input documents.
|
StartEventsDetectionJobRequest.Builder |
StartEventsDetectionJobRequest.toBuilder() |
|