Class CfnDataAutomationProjectPropsMixin.VideoOverrideConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.bedrock.CfnDataAutomationProjectPropsMixin.VideoOverrideConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataAutomationProjectPropsMixin.VideoOverrideConfigurationProperty>
- Enclosing interface:
CfnDataAutomationProjectPropsMixin.VideoOverrideConfigurationProperty
@Stability(Stable)
public static final class CfnDataAutomationProjectPropsMixin.VideoOverrideConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataAutomationProjectPropsMixin.VideoOverrideConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.modalityProcessing(CfnDataAutomationProjectPropsMixin.ModalityProcessingConfigurationProperty modalityProcessing) modalityProcessing(IResolvable modalityProcessing) sensitiveDataConfiguration(CfnDataAutomationProjectPropsMixin.SensitiveDataConfigurationProperty sensitiveDataConfiguration) sensitiveDataConfiguration(IResolvable sensitiveDataConfiguration)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
modalityProcessing
@Stability(Stable) public CfnDataAutomationProjectPropsMixin.VideoOverrideConfigurationProperty.Builder modalityProcessing(IResolvable modalityProcessing) Sets the value ofCfnDataAutomationProjectPropsMixin.VideoOverrideConfigurationProperty.getModalityProcessing()- Parameters:
modalityProcessing- Sets modality processing for video files. All modalities are enabled by default.- Returns:
this
-
modalityProcessing
@Stability(Stable) public CfnDataAutomationProjectPropsMixin.VideoOverrideConfigurationProperty.Builder modalityProcessing(CfnDataAutomationProjectPropsMixin.ModalityProcessingConfigurationProperty modalityProcessing) Sets the value ofCfnDataAutomationProjectPropsMixin.VideoOverrideConfigurationProperty.getModalityProcessing()- Parameters:
modalityProcessing- Sets modality processing for video files. All modalities are enabled by default.- Returns:
this
-
sensitiveDataConfiguration
@Stability(Stable) public CfnDataAutomationProjectPropsMixin.VideoOverrideConfigurationProperty.Builder sensitiveDataConfiguration(IResolvable sensitiveDataConfiguration) Sets the value ofCfnDataAutomationProjectPropsMixin.VideoOverrideConfigurationProperty.getSensitiveDataConfiguration()- Parameters:
sensitiveDataConfiguration- Configuration for sensitive data detection and redaction for video files.- Returns:
this
-
sensitiveDataConfiguration
@Stability(Stable) public CfnDataAutomationProjectPropsMixin.VideoOverrideConfigurationProperty.Builder sensitiveDataConfiguration(CfnDataAutomationProjectPropsMixin.SensitiveDataConfigurationProperty sensitiveDataConfiguration) Sets the value ofCfnDataAutomationProjectPropsMixin.VideoOverrideConfigurationProperty.getSensitiveDataConfiguration()- Parameters:
sensitiveDataConfiguration- Configuration for sensitive data detection and redaction for video files.- Returns:
this
-
build
@Stability(Stable) public CfnDataAutomationProjectPropsMixin.VideoOverrideConfigurationProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDataAutomationProjectPropsMixin.VideoOverrideConfigurationProperty>- Returns:
- a new instance of
CfnDataAutomationProjectPropsMixin.VideoOverrideConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-