Class StartPhiDetectionJobRequest
- 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.StartPhiDetectionJobRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<StartPhiDetectionJobRequest.Builder,StartPhiDetectionJobRequest>
@Generated("software.amazon.awssdk:codegen") public final class StartPhiDetectionJobRequest extends ComprehendMedicalRequest implements ToCopyableBuilder<StartPhiDetectionJobRequest.Builder,StartPhiDetectionJobRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceStartPhiDetectionJobRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StartPhiDetectionJobRequest.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()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()Specifies where to send the output files.List<SdkField<?>>sdkFields()static Class<? extends StartPhiDetectionJobRequest.Builder>serializableBuilderClass()StartPhiDetectionJobRequest.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()
Specifies the format and location of the input data for the job.
- Returns:
- Specifies the format and location of the input data for the job.
-
outputDataConfig
public final OutputDataConfig outputDataConfig()
Specifies where to send the output files.
- Returns:
- 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.
- Returns:
- A unique identifier for the request. If you don't set the client request token, Amazon Comprehend Medical generates one.
-
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.
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.
- See Also:
LanguageCode
-
languageCodeAsString
public final String languageCodeAsString()
The language of the input documents. All documents must be in the same language.
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.
- See Also:
LanguageCode
-
toBuilder
public StartPhiDetectionJobRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<StartPhiDetectionJobRequest.Builder,StartPhiDetectionJobRequest>- Specified by:
toBuilderin classComprehendMedicalRequest
-
builder
public static StartPhiDetectionJobRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends StartPhiDetectionJobRequest.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
-
-