Class CfnDataAutomationProjectPropsMixin.VideoExtractionCategoryProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.bedrock.CfnDataAutomationProjectPropsMixin.VideoExtractionCategoryProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataAutomationProjectPropsMixin.VideoExtractionCategoryProperty>
- Enclosing interface:
CfnDataAutomationProjectPropsMixin.VideoExtractionCategoryProperty
@Stability(Stable)
public static final class CfnDataAutomationProjectPropsMixin.VideoExtractionCategoryProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataAutomationProjectPropsMixin.VideoExtractionCategoryProperty>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
state
@Stability(Stable) public CfnDataAutomationProjectPropsMixin.VideoExtractionCategoryProperty.Builder state(String state) - Parameters:
state- Whether generating categorical data from video is enabled.- Returns:
this
-
types
@Stability(Stable) public CfnDataAutomationProjectPropsMixin.VideoExtractionCategoryProperty.Builder types(List<String> types) - Parameters:
types- The types of data to generate.- Returns:
this
-
build
@Stability(Stable) public CfnDataAutomationProjectPropsMixin.VideoExtractionCategoryProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDataAutomationProjectPropsMixin.VideoExtractionCategoryProperty>- Returns:
- a new instance of
CfnDataAutomationProjectPropsMixin.VideoExtractionCategoryProperty - Throws:
NullPointerException- if any required attribute was not provided
-