Interface PostCallAnalyticsSettings.Builder

    • Method Detail

      • 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.
      • 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, ContentRedactionOutput
      • 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.