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