public static interface StartEventsDetectionJobRequest.Builder extends ComprehendRequest.Builder, SdkPojo, CopyableBuilder<StartEventsDetectionJobRequest.Builder,StartEventsDetectionJobRequest>
| Modifier and Type | Method and Description |
|---|---|
StartEventsDetectionJobRequest.Builder |
clientRequestToken(String clientRequestToken)
An unique identifier for the request.
|
StartEventsDetectionJobRequest.Builder |
dataAccessRoleArn(String dataAccessRoleArn)
The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that grants Amazon
Comprehend read access to your input data.
|
default StartEventsDetectionJobRequest.Builder |
inputDataConfig(Consumer<InputDataConfig.Builder> inputDataConfig)
Specifies the format and location of the input data for the job.
|
StartEventsDetectionJobRequest.Builder |
inputDataConfig(InputDataConfig inputDataConfig)
Specifies the format and location of the input data for the job.
|
StartEventsDetectionJobRequest.Builder |
jobName(String jobName)
The identifier of the events detection job.
|
StartEventsDetectionJobRequest.Builder |
languageCode(LanguageCode languageCode)
The language code of the input documents.
|
StartEventsDetectionJobRequest.Builder |
languageCode(String languageCode)
The language code of the input documents.
|
default StartEventsDetectionJobRequest.Builder |
outputDataConfig(Consumer<OutputDataConfig.Builder> outputDataConfig)
Specifies where to send the output files.
|
StartEventsDetectionJobRequest.Builder |
outputDataConfig(OutputDataConfig outputDataConfig)
Specifies where to send the output files.
|
StartEventsDetectionJobRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StartEventsDetectionJobRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StartEventsDetectionJobRequest.Builder |
targetEventTypes(Collection<String> 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.
|
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 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 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 AWS Identity and Access Management (IAM) role that grants Amazon Comprehend read access to your input data.
dataAccessRoleArn - The Amazon Resource Name (ARN) of the AWS Identity and Access Management (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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderStartEventsDetectionJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.