Interface CfnDataAutomationProject.AudioOverrideConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDataAutomationProject.AudioOverrideConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnDataAutomationProject
@Stability(Stable)
public static interface CfnDataAutomationProject.AudioOverrideConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
Sets whether your project will process audio or not.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.bedrock.*;
AudioOverrideConfigurationProperty audioOverrideConfigurationProperty = AudioOverrideConfigurationProperty.builder()
.modalityProcessing(ModalityProcessingConfigurationProperty.builder()
.state("state")
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnDataAutomationProject.AudioOverrideConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getModalityProcessing
Sets modality processing for audio files.All modalities are enabled by default.
Returns union: either
IResolvableorCfnDataAutomationProject.ModalityProcessingConfigurationProperty- See Also:
-
builder
@Stability(Stable) static CfnDataAutomationProject.AudioOverrideConfigurationProperty.Builder builder()
-