Class CfnDataAutomationProjectPropsMixin.ImageStandardExtractionProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.bedrock.CfnDataAutomationProjectPropsMixin.ImageStandardExtractionProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataAutomationProjectPropsMixin.ImageStandardExtractionProperty>
- Enclosing interface:
CfnDataAutomationProjectPropsMixin.ImageStandardExtractionProperty
@Stability(Stable)
public static final class CfnDataAutomationProjectPropsMixin.ImageStandardExtractionProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataAutomationProjectPropsMixin.ImageStandardExtractionProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboundingBox(IResolvable boundingBox) build()Builds the configured instance.category(IResolvable category)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
boundingBox
@Stability(Stable) public CfnDataAutomationProjectPropsMixin.ImageStandardExtractionProperty.Builder boundingBox(IResolvable boundingBox) Sets the value ofCfnDataAutomationProjectPropsMixin.ImageStandardExtractionProperty.getBoundingBox()- Parameters:
boundingBox- Settings for generating bounding boxes.- Returns:
this
-
boundingBox
@Stability(Stable) public CfnDataAutomationProjectPropsMixin.ImageStandardExtractionProperty.Builder boundingBox(CfnDataAutomationProjectPropsMixin.ImageBoundingBoxProperty boundingBox) Sets the value ofCfnDataAutomationProjectPropsMixin.ImageStandardExtractionProperty.getBoundingBox()- Parameters:
boundingBox- Settings for generating bounding boxes.- Returns:
this
-
category
@Stability(Stable) public CfnDataAutomationProjectPropsMixin.ImageStandardExtractionProperty.Builder category(IResolvable category) - Parameters:
category- Settings for generating categorical data.- Returns:
this
-
category
@Stability(Stable) public CfnDataAutomationProjectPropsMixin.ImageStandardExtractionProperty.Builder category(CfnDataAutomationProjectPropsMixin.ImageExtractionCategoryProperty category) - Parameters:
category- Settings for generating categorical data.- Returns:
this
-
build
@Stability(Stable) public CfnDataAutomationProjectPropsMixin.ImageStandardExtractionProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDataAutomationProjectPropsMixin.ImageStandardExtractionProperty>- Returns:
- a new instance of
CfnDataAutomationProjectPropsMixin.ImageStandardExtractionProperty - Throws:
NullPointerException- if any required attribute was not provided
-