Class StartPhiDetectionJobRequest

    • 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.
      • 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, languageCode will return LanguageCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from languageCodeAsString().

        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, languageCode will return LanguageCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from languageCodeAsString().

        Returns:
        The language of the input documents. All documents must be in the same language.
        See Also:
        LanguageCode
      • 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.
        Overrides:
        toString in class Object