Interface PostCallAnalyticsSettings.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<PostCallAnalyticsSettings.Builder,
,PostCallAnalyticsSettings> SdkBuilder<PostCallAnalyticsSettings.Builder,
,PostCallAnalyticsSettings> SdkPojo
- Enclosing class:
PostCallAnalyticsSettings
@Mutable
@NotThreadSafe
public static interface PostCallAnalyticsSettings.Builder
extends SdkPojo, CopyableBuilder<PostCallAnalyticsSettings.Builder,PostCallAnalyticsSettings>
-
Method Summary
Modifier and TypeMethodDescriptioncontentRedactionOutput
(String contentRedactionOutput) The content redaction output settings for a post-call analysis task.contentRedactionOutput
(ContentRedactionOutput contentRedactionOutput) The content redaction output settings for a post-call analysis task.dataAccessRoleArn
(String dataAccessRoleArn) The ARN of the role used by Amazon Web Services Transcribe to upload your post call analysis.outputEncryptionKMSKeyId
(String outputEncryptionKMSKeyId) The ID of the KMS (Key Management Service) key used to encrypt the output.outputLocation
(String outputLocation) The URL of the Amazon S3 bucket that contains the post-call data.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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
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
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.
-