Class UpdateParallelDataRequest

    • Method Detail

      • name

        public final String name()

        The name of the parallel data resource being updated.

        Returns:
        The name of the parallel data resource being updated.
      • description

        public final String description()

        A custom description for the parallel data resource in Amazon Translate.

        Returns:
        A custom description for the parallel data resource in Amazon Translate.
      • parallelDataConfig

        public final ParallelDataConfig parallelDataConfig()

        Specifies the format and S3 location of the parallel data input file.

        Returns:
        Specifies the format and S3 location of the parallel data input file.
      • clientToken

        public final String clientToken()

        A unique identifier for the request. This token is automatically generated when you use Amazon Translate through an AWS SDK.

        Returns:
        A unique identifier for the request. This token is automatically generated when you use Amazon Translate through an AWS SDK.
      • 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