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