Interface PostCallAnalyticsSettings.Builder

  • Method Details

    • outputLocation

      PostCallAnalyticsSettings.Builder outputLocation(String outputLocation)

      The URL of the Amazon S3 bucket that contains the post-call data.

      Parameters:
      outputLocation - The URL of the Amazon S3 bucket that contains the post-call data.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dataAccessRoleArn

      PostCallAnalyticsSettings.Builder dataAccessRoleArn(String dataAccessRoleArn)

      The ARN of the role used by Amazon Web Services Transcribe to upload your post call analysis. For more information, see Post-call analytics with real-time transcriptions in the Amazon Transcribe Developer Guide.

      Parameters:
      dataAccessRoleArn - The ARN of the role used by Amazon Web Services Transcribe to upload your post call analysis. For more information, see Post-call analytics with real-time transcriptions in the Amazon Transcribe Developer Guide.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • contentRedactionOutput

      PostCallAnalyticsSettings.Builder contentRedactionOutput(String contentRedactionOutput)

      The content redaction output settings for a post-call analysis task.

      Parameters:
      contentRedactionOutput - The content redaction output settings for a post-call analysis task.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • contentRedactionOutput

      PostCallAnalyticsSettings.Builder contentRedactionOutput(ContentRedactionOutput contentRedactionOutput)

      The content redaction output settings for a post-call analysis task.

      Parameters:
      contentRedactionOutput - The content redaction output settings for a post-call analysis task.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • outputEncryptionKMSKeyId

      PostCallAnalyticsSettings.Builder outputEncryptionKMSKeyId(String outputEncryptionKMSKeyId)

      The ID of the KMS (Key Management Service) key used to encrypt the output.

      Parameters:
      outputEncryptionKMSKeyId - The ID of the KMS (Key Management Service) key used to encrypt the output.
      Returns:
      Returns a reference to this object so that method calls can be chained together.