public static interface StartEventsDetectionJobRequest.Builder extends ComprehendRequest.Builder, SdkPojo, CopyableBuilder<StartEventsDetectionJobRequest.Builder,StartEventsDetectionJobRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartEventsDetectionJobRequest.Builder inputDataConfig(InputDataConfig inputDataConfig)
Specifies the format and location of the input data for the job.
inputDataConfig - Specifies the format and location of the input data for the job.default StartEventsDetectionJobRequest.Builder inputDataConfig(Consumer<InputDataConfig.Builder> inputDataConfig)
Specifies the format and location of the input data for the 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)StartEventsDetectionJobRequest.Builder outputDataConfig(OutputDataConfig outputDataConfig)
Specifies where to send the output files.
outputDataConfig - Specifies where to send the output files.default StartEventsDetectionJobRequest.Builder outputDataConfig(Consumer<OutputDataConfig.Builder> outputDataConfig)
Specifies where to send the output files.
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)StartEventsDetectionJobRequest.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.StartEventsDetectionJobRequest.Builder jobName(String jobName)
The identifier of the events detection job.
jobName - The identifier of the events detection job.StartEventsDetectionJobRequest.Builder languageCode(String languageCode)
The language code of the input documents.
languageCode - The language code of the input documents.LanguageCode,
LanguageCodeStartEventsDetectionJobRequest.Builder languageCode(LanguageCode languageCode)
The language code of the input documents.
languageCode - The language code of the input documents.LanguageCode,
LanguageCodeStartEventsDetectionJobRequest.Builder clientRequestToken(String clientRequestToken)
An unique identifier for the request. If you don't set the client request token, Amazon Comprehend generates one.
clientRequestToken - An unique identifier for the request. If you don't set the client request token, Amazon Comprehend
generates one.StartEventsDetectionJobRequest.Builder targetEventTypes(Collection<String> targetEventTypes)
The types of events to detect in the input documents.
targetEventTypes - The types of events to detect in the input documents.StartEventsDetectionJobRequest.Builder targetEventTypes(String... targetEventTypes)
The types of events to detect in the input documents.
targetEventTypes - The types of events to detect in the input documents.StartEventsDetectionJobRequest.Builder tags(Collection<Tag> tags)
Tags to associate with the events detection job. A tag is a key-value pair that adds metadata to a resource used by Amazon Comprehend. For example, a tag with "Sales" as the key might be added to a resource to indicate its use by the sales department.
tags - Tags to associate with the events detection job. A tag is a key-value pair that adds metadata to a
resource used by Amazon Comprehend. For example, a tag with "Sales" as the key might be added to a
resource to indicate its use by the sales department.StartEventsDetectionJobRequest.Builder tags(Tag... tags)
Tags to associate with the events detection job. A tag is a key-value pair that adds metadata to a resource used by Amazon Comprehend. For example, a tag with "Sales" as the key might be added to a resource to indicate its use by the sales department.
tags - Tags to associate with the events detection job. A tag is a key-value pair that adds metadata to a
resource used by Amazon Comprehend. For example, a tag with "Sales" as the key might be added to a
resource to indicate its use by the sales department.StartEventsDetectionJobRequest.Builder tags(Consumer<Tag.Builder>... tags)
Tags to associate with the events detection job. A tag is a key-value pair that adds metadata to a resource used by Amazon Comprehend. For example, a tag with "Sales" as the key might be added to a resource to indicate its use by the sales department.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one manually
via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) StartEventsDetectionJobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderStartEventsDetectionJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.