Interface StartSnomedctInferenceJobRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,ComprehendMedicalRequest.Builder,CopyableBuilder<StartSnomedctInferenceJobRequest.Builder,StartSnomedctInferenceJobRequest>,SdkBuilder<StartSnomedctInferenceJobRequest.Builder,StartSnomedctInferenceJobRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- StartSnomedctInferenceJobRequest
public static interface StartSnomedctInferenceJobRequest.Builder extends ComprehendMedicalRequest.Builder, SdkPojo, CopyableBuilder<StartSnomedctInferenceJobRequest.Builder,StartSnomedctInferenceJobRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description StartSnomedctInferenceJobRequest.BuilderclientRequestToken(String clientRequestToken)A unique identifier for the request.StartSnomedctInferenceJobRequest.BuilderdataAccessRoleArn(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.default StartSnomedctInferenceJobRequest.BuilderinputDataConfig(Consumer<InputDataConfig.Builder> inputDataConfig)Sets the value of the InputDataConfig property for this object.StartSnomedctInferenceJobRequest.BuilderinputDataConfig(InputDataConfig inputDataConfig)Sets the value of the InputDataConfig property for this object.StartSnomedctInferenceJobRequest.BuilderjobName(String jobName)The user generated name the asynchronous InferSNOMEDCT job.StartSnomedctInferenceJobRequest.BuilderkmsKey(String kmsKey)An AWS Key Management Service key used to encrypt your output files.StartSnomedctInferenceJobRequest.BuilderlanguageCode(String languageCode)The language of the input documents.StartSnomedctInferenceJobRequest.BuilderlanguageCode(LanguageCode languageCode)The language of the input documents.default StartSnomedctInferenceJobRequest.BuilderoutputDataConfig(Consumer<OutputDataConfig.Builder> outputDataConfig)Sets the value of the OutputDataConfig property for this object.StartSnomedctInferenceJobRequest.BuilderoutputDataConfig(OutputDataConfig outputDataConfig)Sets the value of the OutputDataConfig property for this object.StartSnomedctInferenceJobRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StartSnomedctInferenceJobRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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
StartSnomedctInferenceJobRequest.Builder inputDataConfig(InputDataConfig inputDataConfig)
Sets the value of the InputDataConfig property for this object.- Parameters:
inputDataConfig- The new value for the InputDataConfig property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inputDataConfig
default StartSnomedctInferenceJobRequest.Builder inputDataConfig(Consumer<InputDataConfig.Builder> inputDataConfig)
Sets the value of the InputDataConfig property for this object. 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
StartSnomedctInferenceJobRequest.Builder outputDataConfig(OutputDataConfig outputDataConfig)
Sets the value of the OutputDataConfig property for this object.- Parameters:
outputDataConfig- The new value for the OutputDataConfig property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outputDataConfig
default StartSnomedctInferenceJobRequest.Builder outputDataConfig(Consumer<OutputDataConfig.Builder> outputDataConfig)
Sets the value of the OutputDataConfig property for this object. 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
StartSnomedctInferenceJobRequest.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.
- 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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobName
StartSnomedctInferenceJobRequest.Builder jobName(String jobName)
The user generated name the asynchronous InferSNOMEDCT job.
- Parameters:
jobName- The user generated name the asynchronous InferSNOMEDCT job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientRequestToken
StartSnomedctInferenceJobRequest.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
StartSnomedctInferenceJobRequest.Builder kmsKey(String kmsKey)
An AWS Key Management Service key used 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 used 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
StartSnomedctInferenceJobRequest.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
StartSnomedctInferenceJobRequest.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
StartSnomedctInferenceJobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
StartSnomedctInferenceJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-