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