public static interface StartEntitiesDetectionV2JobRequest.Builder extends ComprehendMedicalRequest.Builder, SdkPojo, CopyableBuilder<StartEntitiesDetectionV2JobRequest.Builder,StartEntitiesDetectionV2JobRequest>
| Modifier and Type | Method and Description |
|---|---|
StartEntitiesDetectionV2JobRequest.Builder |
clientRequestToken(String clientRequestToken)
A unique identifier for the request.
|
StartEntitiesDetectionV2JobRequest.Builder |
dataAccessRoleArn(String dataAccessRoleArn)
The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that grants Comprehend
Medical; read access to your input data.
|
default StartEntitiesDetectionV2JobRequest.Builder |
inputDataConfig(Consumer<InputDataConfig.Builder> inputDataConfig)
The input configuration that specifies the format and location of the input data for the job.
|
StartEntitiesDetectionV2JobRequest.Builder |
inputDataConfig(InputDataConfig inputDataConfig)
The input configuration that specifies the format and location of the input data for the job.
|
StartEntitiesDetectionV2JobRequest.Builder |
jobName(String jobName)
The identifier of the job.
|
StartEntitiesDetectionV2JobRequest.Builder |
kmsKey(String kmsKey)
An AWS Key Management Service key to encrypt your output files.
|
StartEntitiesDetectionV2JobRequest.Builder |
languageCode(LanguageCode languageCode)
The language of the input documents.
|
StartEntitiesDetectionV2JobRequest.Builder |
languageCode(String languageCode)
The language of the input documents.
|
default StartEntitiesDetectionV2JobRequest.Builder |
outputDataConfig(Consumer<OutputDataConfig.Builder> outputDataConfig)
The output configuration that specifies where to send the output files.
|
StartEntitiesDetectionV2JobRequest.Builder |
outputDataConfig(OutputDataConfig outputDataConfig)
The output configuration that specifies where to send the output files.
|
StartEntitiesDetectionV2JobRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StartEntitiesDetectionV2JobRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartEntitiesDetectionV2JobRequest.Builder inputDataConfig(InputDataConfig inputDataConfig)
The input configuration that specifies the format and location of the input data for the job.
inputDataConfig - The input configuration that specifies the format and location of the input data for the job.default StartEntitiesDetectionV2JobRequest.Builder inputDataConfig(Consumer<InputDataConfig.Builder> inputDataConfig)
The input configuration that 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)StartEntitiesDetectionV2JobRequest.Builder outputDataConfig(OutputDataConfig outputDataConfig)
The output configuration that specifies where to send the output files.
outputDataConfig - The output configuration that specifies where to send the output files.default StartEntitiesDetectionV2JobRequest.Builder outputDataConfig(Consumer<OutputDataConfig.Builder> outputDataConfig)
The output configuration that 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)StartEntitiesDetectionV2JobRequest.Builder dataAccessRoleArn(String dataAccessRoleArn)
The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that grants Comprehend Medical; read access to your input data. For more information, see Role-Based Permissions Required for Asynchronous Operations.
dataAccessRoleArn - The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that grants
Comprehend Medical; read access to your input data. For more information, see Role-Based Permissions Required for Asynchronous Operations.StartEntitiesDetectionV2JobRequest.Builder jobName(String jobName)
The identifier of the job.
jobName - The identifier of the job.StartEntitiesDetectionV2JobRequest.Builder clientRequestToken(String clientRequestToken)
A unique identifier for the request. If you don't set the client request token, Comprehend Medical; generates one for you.
clientRequestToken - A unique identifier for the request. If you don't set the client request token, Comprehend Medical;
generates one for you.StartEntitiesDetectionV2JobRequest.Builder kmsKey(String kmsKey)
An AWS Key Management Service key to encrypt your output files. If you do not specify a key, the files are written in plain text.
kmsKey - An AWS Key Management Service key to encrypt your output files. If you do not specify a key, the files
are written in plain text.StartEntitiesDetectionV2JobRequest.Builder languageCode(String languageCode)
The language of the input documents. All documents must be in the same language. Comprehend Medical; processes files in US English (en).
languageCode - The language of the input documents. All documents must be in the same language. Comprehend Medical;
processes files in US English (en).LanguageCode,
LanguageCodeStartEntitiesDetectionV2JobRequest.Builder languageCode(LanguageCode languageCode)
The language of the input documents. All documents must be in the same language. Comprehend Medical; processes files in US English (en).
languageCode - The language of the input documents. All documents must be in the same language. Comprehend Medical;
processes files in US English (en).LanguageCode,
LanguageCodeStartEntitiesDetectionV2JobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderStartEntitiesDetectionV2JobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.