Class StartEntitiesDetectionV2JobRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.comprehendmedical.model.ComprehendMedicalRequest
-
- software.amazon.awssdk.services.comprehendmedical.model.StartEntitiesDetectionV2JobRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<StartEntitiesDetectionV2JobRequest.Builder,StartEntitiesDetectionV2JobRequest>
@Generated("software.amazon.awssdk:codegen") public final class StartEntitiesDetectionV2JobRequest extends ComprehendMedicalRequest implements ToCopyableBuilder<StartEntitiesDetectionV2JobRequest.Builder,StartEntitiesDetectionV2JobRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceStartEntitiesDetectionV2JobRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StartEntitiesDetectionV2JobRequest.Builderbuilder()StringclientRequestToken()A unique identifier for the request.StringdataAccessRoleArn()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.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()InputDataConfiginputDataConfig()The input configuration that specifies the format and location of the input data for the job.StringjobName()The identifier of the job.StringkmsKey()An AWS Key Management Service key to encrypt your output files.LanguageCodelanguageCode()The language of the input documents.StringlanguageCodeAsString()The language of the input documents.OutputDataConfigoutputDataConfig()The output configuration that specifies where to send the output files.List<SdkField<?>>sdkFields()static Class<? extends StartEntitiesDetectionV2JobRequest.Builder>serializableBuilderClass()StartEntitiesDetectionV2JobRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
inputDataConfig
public final InputDataConfig inputDataConfig()
The input configuration that specifies the format and location of the input data for the job.
- Returns:
- The input configuration that specifies the format and location of the input data for the job.
-
outputDataConfig
public final OutputDataConfig outputDataConfig()
The output configuration that specifies where to send the output files.
- Returns:
- The output configuration that specifies where to send the output files.
-
dataAccessRoleArn
public final 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.
- Returns:
- 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.
-
jobName
public final String jobName()
The identifier of the job.
- Returns:
- The identifier of the job.
-
clientRequestToken
public final String clientRequestToken()
A unique identifier for the request. If you don't set the client request token, Amazon Comprehend Medical generates one for you.
- Returns:
- A unique identifier for the request. If you don't set the client request token, Amazon Comprehend Medical generates one for you.
-
kmsKey
public final 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.
- Returns:
- 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.
-
languageCode
public final LanguageCode languageCode()
The language of the input documents. All documents must be in the same language. Amazon Comprehend Medical processes files in US English (en).
If the service returns an enum value that is not available in the current SDK version,
languageCodewill returnLanguageCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromlanguageCodeAsString().- Returns:
- The language of the input documents. All documents must be in the same language. Amazon Comprehend Medical processes files in US English (en).
- See Also:
LanguageCode
-
languageCodeAsString
public final String languageCodeAsString()
The language of the input documents. All documents must be in the same language. Amazon Comprehend Medical processes files in US English (en).
If the service returns an enum value that is not available in the current SDK version,
languageCodewill returnLanguageCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromlanguageCodeAsString().- Returns:
- The language of the input documents. All documents must be in the same language. Amazon Comprehend Medical processes files in US English (en).
- See Also:
LanguageCode
-
toBuilder
public StartEntitiesDetectionV2JobRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<StartEntitiesDetectionV2JobRequest.Builder,StartEntitiesDetectionV2JobRequest>- Specified by:
toBuilderin classComprehendMedicalRequest
-
builder
public static StartEntitiesDetectionV2JobRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends StartEntitiesDetectionV2JobRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-