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