public static interface PostCallAnalyticsSettings.Builder extends SdkPojo, CopyableBuilder<PostCallAnalyticsSettings.Builder,PostCallAnalyticsSettings>
| Modifier and Type | Method and Description |
|---|---|
PostCallAnalyticsSettings.Builder |
contentRedactionOutput(ContentRedactionOutput contentRedactionOutput)
The content redaction output settings for a post-call analysis task.
|
PostCallAnalyticsSettings.Builder |
contentRedactionOutput(String contentRedactionOutput)
The content redaction output settings for a post-call analysis task.
|
PostCallAnalyticsSettings.Builder |
dataAccessRoleArn(String dataAccessRoleArn)
The ARN of the role used by Amazon Web Services Transcribe to upload your post call analysis.
|
PostCallAnalyticsSettings.Builder |
outputEncryptionKMSKeyId(String outputEncryptionKMSKeyId)
The ID of the KMS (Key Management Service) key used to encrypt the output.
|
PostCallAnalyticsSettings.Builder |
outputLocation(String outputLocation)
The URL of the Amazon S3 bucket that contains the post-call data.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPostCallAnalyticsSettings.Builder outputLocation(String outputLocation)
The URL of the Amazon S3 bucket that contains the post-call data.
outputLocation - The URL of the Amazon S3 bucket that contains the post-call data.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.
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.PostCallAnalyticsSettings.Builder contentRedactionOutput(String contentRedactionOutput)
The content redaction output settings for a post-call analysis task.
contentRedactionOutput - The content redaction output settings for a post-call analysis task.ContentRedactionOutput,
ContentRedactionOutputPostCallAnalyticsSettings.Builder contentRedactionOutput(ContentRedactionOutput contentRedactionOutput)
The content redaction output settings for a post-call analysis task.
contentRedactionOutput - The content redaction output settings for a post-call analysis task.ContentRedactionOutput,
ContentRedactionOutputPostCallAnalyticsSettings.Builder outputEncryptionKMSKeyId(String outputEncryptionKMSKeyId)
The ID of the KMS (Key Management Service) key used to encrypt the output.
outputEncryptionKMSKeyId - The ID of the KMS (Key Management Service) key used to encrypt the output.Copyright © 2023. All rights reserved.