Interface StartIcd10CmInferenceJobRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,ComprehendMedicalRequest.Builder,CopyableBuilder<StartIcd10CmInferenceJobRequest.Builder,StartIcd10CmInferenceJobRequest>,SdkBuilder<StartIcd10CmInferenceJobRequest.Builder,StartIcd10CmInferenceJobRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- StartIcd10CmInferenceJobRequest
public static interface StartIcd10CmInferenceJobRequest.Builder extends ComprehendMedicalRequest.Builder, SdkPojo, CopyableBuilder<StartIcd10CmInferenceJobRequest.Builder,StartIcd10CmInferenceJobRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.comprehendmedical.model.ComprehendMedicalRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
inputDataConfig
StartIcd10CmInferenceJobRequest.Builder inputDataConfig(InputDataConfig inputDataConfig)
Specifies the format and location of the input data for the job.
- Parameters:
inputDataConfig- Specifies the format and location of the input data for the job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inputDataConfig
default StartIcd10CmInferenceJobRequest.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.Builderavoiding the need to create one manually viaInputDataConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toinputDataConfig(InputDataConfig).- Parameters:
inputDataConfig- a consumer that will call methods onInputDataConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
inputDataConfig(InputDataConfig)
-
outputDataConfig
StartIcd10CmInferenceJobRequest.Builder outputDataConfig(OutputDataConfig outputDataConfig)
Specifies where to send the output files.
- Parameters:
outputDataConfig- Specifies where to send the output files.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outputDataConfig
default StartIcd10CmInferenceJobRequest.Builder outputDataConfig(Consumer<OutputDataConfig.Builder> outputDataConfig)
Specifies where to send the output files.
This is a convenience method that creates an instance of theOutputDataConfig.Builderavoiding the need to create one manually viaOutputDataConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tooutputDataConfig(OutputDataConfig).- Parameters:
outputDataConfig- a consumer that will call methods onOutputDataConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
outputDataConfig(OutputDataConfig)
-
dataAccessRoleArn
StartIcd10CmInferenceJobRequest.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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobName
StartIcd10CmInferenceJobRequest.Builder jobName(String jobName)
The identifier of the job.
- Parameters:
jobName- The identifier of the job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientRequestToken
StartIcd10CmInferenceJobRequest.Builder clientRequestToken(String clientRequestToken)
A unique identifier for the request. If you don't set the client request token, Amazon Comprehend Medical generates one.
- Parameters:
clientRequestToken- A unique identifier for the request. If you don't set the client request token, Amazon Comprehend Medical generates one.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
kmsKey
StartIcd10CmInferenceJobRequest.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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
languageCode
StartIcd10CmInferenceJobRequest.Builder languageCode(String languageCode)
The language of the input documents. All documents must be in the same language.
- Parameters:
languageCode- The language of the input documents. All documents must be in the same language.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
LanguageCode,LanguageCode
-
languageCode
StartIcd10CmInferenceJobRequest.Builder languageCode(LanguageCode languageCode)
The language of the input documents. All documents must be in the same language.
- Parameters:
languageCode- The language of the input documents. All documents must be in the same language.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
LanguageCode,LanguageCode
-
overrideConfiguration
StartIcd10CmInferenceJobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
StartIcd10CmInferenceJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-