Class PostCallAnalyticsSettings
- java.lang.Object
-
- software.amazon.awssdk.services.chimesdkmediapipelines.model.PostCallAnalyticsSettings
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<PostCallAnalyticsSettings.Builder,PostCallAnalyticsSettings>
@Generated("software.amazon.awssdk:codegen") public final class PostCallAnalyticsSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PostCallAnalyticsSettings.Builder,PostCallAnalyticsSettings>
Allows you to specify additional settings for your Call Analytics post-call request, including output locations for your redacted transcript, which IAM role to use, and which encryption key to use.
DataAccessRoleArnandOutputLocationare required fields.PostCallAnalyticsSettingsprovides the same insights as a Call Analytics post-call transcription. For more information, refer to Post-call analytics with real-time transcriptions in the Amazon Transcribe Developer Guide.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfacePostCallAnalyticsSettings.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PostCallAnalyticsSettings.Builderbuilder()ContentRedactionOutputcontentRedactionOutput()The content redaction output settings for a post-call analysis task.StringcontentRedactionOutputAsString()The content redaction output settings for a post-call analysis task.StringdataAccessRoleArn()The ARN of the role used by Amazon Web Services Transcribe to upload your post call analysis.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringoutputEncryptionKMSKeyId()The ID of the KMS (Key Management Service) key used to encrypt the output.StringoutputLocation()The URL of the Amazon S3 bucket that contains the post-call data.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends PostCallAnalyticsSettings.Builder>serializableBuilderClass()PostCallAnalyticsSettings.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
outputLocation
public final String outputLocation()
The URL of the Amazon S3 bucket that contains the post-call data.
- Returns:
- The URL of the Amazon S3 bucket that contains the post-call data.
-
dataAccessRoleArn
public final 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.
- Returns:
- 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.
-
contentRedactionOutput
public final ContentRedactionOutput contentRedactionOutput()
The content redaction output settings for a post-call analysis task.
If the service returns an enum value that is not available in the current SDK version,
contentRedactionOutputwill returnContentRedactionOutput.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcontentRedactionOutputAsString().- Returns:
- The content redaction output settings for a post-call analysis task.
- See Also:
ContentRedactionOutput
-
contentRedactionOutputAsString
public final String contentRedactionOutputAsString()
The content redaction output settings for a post-call analysis task.
If the service returns an enum value that is not available in the current SDK version,
contentRedactionOutputwill returnContentRedactionOutput.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcontentRedactionOutputAsString().- Returns:
- The content redaction output settings for a post-call analysis task.
- See Also:
ContentRedactionOutput
-
outputEncryptionKMSKeyId
public final String outputEncryptionKMSKeyId()
The ID of the KMS (Key Management Service) key used to encrypt the output.
- Returns:
- The ID of the KMS (Key Management Service) key used to encrypt the output.
-
toBuilder
public PostCallAnalyticsSettings.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<PostCallAnalyticsSettings.Builder,PostCallAnalyticsSettings>
-
builder
public static PostCallAnalyticsSettings.Builder builder()
-
serializableBuilderClass
public static Class<? extends PostCallAnalyticsSettings.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-