@Generated(value="software.amazon.awssdk:codegen") public final class StartEntitiesDetectionV2JobRequest extends ComprehendMedicalRequest implements ToCopyableBuilder<StartEntitiesDetectionV2JobRequest.Builder,StartEntitiesDetectionV2JobRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
StartEntitiesDetectionV2JobRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static StartEntitiesDetectionV2JobRequest.Builder |
builder() |
String |
clientRequestToken()
A unique identifier for the request.
|
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.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
InputDataConfig |
inputDataConfig()
The input configuration that specifies the format and location of the input data for the job.
|
String |
jobName()
The identifier of the job.
|
String |
kmsKey()
An AWS Key Management Service key to encrypt your output files.
|
LanguageCode |
languageCode()
The language of the input documents.
|
String |
languageCodeAsString()
The language of the input documents.
|
OutputDataConfig |
outputDataConfig()
The output configuration that specifies where to send the output files.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends StartEntitiesDetectionV2JobRequest.Builder> |
serializableBuilderClass() |
StartEntitiesDetectionV2JobRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final InputDataConfig inputDataConfig()
The input configuration that specifies the format and location of the input data for the job.
public final OutputDataConfig outputDataConfig()
The output configuration that specifies where to send the output files.
public final 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.
public final String jobName()
The identifier of the job.
public final String clientRequestToken()
A unique identifier for the request. If you don't set the client request token, Comprehend Medical; generates one for you.
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.
public final LanguageCode languageCode()
The language of the input documents. All documents must be in the same language. Comprehend Medical; processes files in US English (en).
If the service returns an enum value that is not available in the current SDK version, languageCode will
return LanguageCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
languageCodeAsString().
LanguageCodepublic final String languageCodeAsString()
The language of the input documents. All documents must be in the same language. Comprehend Medical; processes files in US English (en).
If the service returns an enum value that is not available in the current SDK version, languageCode will
return LanguageCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
languageCodeAsString().
LanguageCodepublic StartEntitiesDetectionV2JobRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StartEntitiesDetectionV2JobRequest.Builder,StartEntitiesDetectionV2JobRequest>toBuilder in class ComprehendMedicalRequestpublic static StartEntitiesDetectionV2JobRequest.Builder builder()
public static Class<? extends StartEntitiesDetectionV2JobRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2022. All rights reserved.