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