Interface PostCallAnalyticsSettings.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<PostCallAnalyticsSettings.Builder,PostCallAnalyticsSettings>,SdkBuilder<PostCallAnalyticsSettings.Builder,PostCallAnalyticsSettings>,SdkPojo
- Enclosing class:
- PostCallAnalyticsSettings
public static interface PostCallAnalyticsSettings.Builder extends SdkPojo, CopyableBuilder<PostCallAnalyticsSettings.Builder,PostCallAnalyticsSettings>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PostCallAnalyticsSettings.BuildercontentRedactionOutput(String contentRedactionOutput)The content redaction output settings for a post-call analysis task.PostCallAnalyticsSettings.BuildercontentRedactionOutput(ContentRedactionOutput contentRedactionOutput)The content redaction output settings for a post-call analysis task.PostCallAnalyticsSettings.BuilderdataAccessRoleArn(String dataAccessRoleArn)The ARN of the role used by Amazon Web Services Transcribe to upload your post call analysis.PostCallAnalyticsSettings.BuilderoutputEncryptionKMSKeyId(String outputEncryptionKMSKeyId)The ID of the KMS (Key Management Service) key used to encrypt the output.PostCallAnalyticsSettings.BuilderoutputLocation(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, sdkFields
-
-
-
-
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.
-
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,ContentRedactionOutput
-
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:
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.
-
-