Interface OutputDataConfig.Builder

    • Method Detail

      • s3Uri

        OutputDataConfig.Builder s3Uri​(String s3Uri)

        The URI of the S3 folder that contains a translation job's output file. The folder must be in the same Region as the API endpoint that you are calling.

        Parameters:
        s3Uri - The URI of the S3 folder that contains a translation job's output file. The folder must be in the same Region as the API endpoint that you are calling.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • encryptionKey

        OutputDataConfig.Builder encryptionKey​(EncryptionKey encryptionKey)
        Sets the value of the EncryptionKey property for this object.
        Parameters:
        encryptionKey - The new value for the EncryptionKey property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.