Class CfnDataAutomationProjectPropsMixin.ImageBoundingBoxProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.bedrock.CfnDataAutomationProjectPropsMixin.ImageBoundingBoxProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataAutomationProjectPropsMixin.ImageBoundingBoxProperty>
- Enclosing interface:
CfnDataAutomationProjectPropsMixin.ImageBoundingBoxProperty
@Stability(Stable)
public static final class CfnDataAutomationProjectPropsMixin.ImageBoundingBoxProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataAutomationProjectPropsMixin.ImageBoundingBoxProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnDataAutomationProjectPropsMixin.ImageBoundingBoxProperty.getState()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
state
@Stability(Stable) public CfnDataAutomationProjectPropsMixin.ImageBoundingBoxProperty.Builder state(String state) Sets the value ofCfnDataAutomationProjectPropsMixin.ImageBoundingBoxProperty.getState()- Parameters:
state- Bounding box settings for a project.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDataAutomationProjectPropsMixin.ImageBoundingBoxProperty>- Returns:
- a new instance of
CfnDataAutomationProjectPropsMixin.ImageBoundingBoxProperty - Throws:
NullPointerException- if any required attribute was not provided
-