Class CfnDataSourcePropsMixin.VideoExtractionConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.qbusiness.CfnDataSourcePropsMixin.VideoExtractionConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataSourcePropsMixin.VideoExtractionConfigurationProperty>
- Enclosing interface:
CfnDataSourcePropsMixin.VideoExtractionConfigurationProperty
@Stability(Stable)
public static final class CfnDataSourcePropsMixin.VideoExtractionConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataSourcePropsMixin.VideoExtractionConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.videoExtractionStatus(String videoExtractionStatus)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
videoExtractionStatus
@Stability(Stable) public CfnDataSourcePropsMixin.VideoExtractionConfigurationProperty.Builder videoExtractionStatus(String videoExtractionStatus) Sets the value ofCfnDataSourcePropsMixin.VideoExtractionConfigurationProperty.getVideoExtractionStatus()- Parameters:
videoExtractionStatus- The status of video extraction (ENABLED or DISABLED) for processing video content from files.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDataSourcePropsMixin.VideoExtractionConfigurationProperty>- Returns:
- a new instance of
CfnDataSourcePropsMixin.VideoExtractionConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-