public static interface StartRxNormInferenceJobRequest.Builder extends ComprehendMedicalRequest.Builder, SdkPojo, CopyableBuilder<StartRxNormInferenceJobRequest.Builder,StartRxNormInferenceJobRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartRxNormInferenceJobRequest.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 StartRxNormInferenceJobRequest.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)StartRxNormInferenceJobRequest.Builder outputDataConfig(OutputDataConfig outputDataConfig)
Specifies where to send the output files.
outputDataConfig - Specifies where to send the output files.default StartRxNormInferenceJobRequest.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)StartRxNormInferenceJobRequest.Builder dataAccessRoleArn(String dataAccessRoleArn)
The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that grants Amazon 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 Amazon
Comprehend Medical read access to your input data. For more information, see Role-Based Permissions Required for Asynchronous Operations.StartRxNormInferenceJobRequest.Builder jobName(String jobName)
The identifier of the job.
jobName - The identifier of the job.StartRxNormInferenceJobRequest.Builder clientRequestToken(String clientRequestToken)
A unique identifier for the request. If you don't set the client request token, Amazon Comprehend Medical generates one.
clientRequestToken - A unique identifier for the request. If you don't set the client request token, Amazon Comprehend
Medical generates one.StartRxNormInferenceJobRequest.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.StartRxNormInferenceJobRequest.Builder languageCode(String languageCode)
The language of the input documents. All documents must be in the same language.
languageCode - The language of the input documents. All documents must be in the same language.LanguageCode,
LanguageCodeStartRxNormInferenceJobRequest.Builder languageCode(LanguageCode languageCode)
The language of the input documents. All documents must be in the same language.
languageCode - The language of the input documents. All documents must be in the same language.LanguageCode,
LanguageCodeStartRxNormInferenceJobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderStartRxNormInferenceJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.