Class CfnKnowledgeBasePropsMixin.VideoConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.bedrock.CfnKnowledgeBasePropsMixin.VideoConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnKnowledgeBasePropsMixin.VideoConfigurationProperty>
- Enclosing interface:
CfnKnowledgeBasePropsMixin.VideoConfigurationProperty
@Stability(Stable)
public static final class CfnKnowledgeBasePropsMixin.VideoConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnKnowledgeBasePropsMixin.VideoConfigurationProperty>
A builder for
CfnKnowledgeBasePropsMixin.VideoConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.segmentationConfiguration(CfnKnowledgeBasePropsMixin.VideoSegmentationConfigurationProperty segmentationConfiguration) segmentationConfiguration(IResolvable segmentationConfiguration)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
segmentationConfiguration
@Stability(Stable) public CfnKnowledgeBasePropsMixin.VideoConfigurationProperty.Builder segmentationConfiguration(IResolvable segmentationConfiguration) Sets the value ofCfnKnowledgeBasePropsMixin.VideoConfigurationProperty.getSegmentationConfiguration()- Parameters:
segmentationConfiguration- Configuration for segmenting video content during processing.- Returns:
this
-
segmentationConfiguration
@Stability(Stable) public CfnKnowledgeBasePropsMixin.VideoConfigurationProperty.Builder segmentationConfiguration(CfnKnowledgeBasePropsMixin.VideoSegmentationConfigurationProperty segmentationConfiguration) Sets the value ofCfnKnowledgeBasePropsMixin.VideoConfigurationProperty.getSegmentationConfiguration()- Parameters:
segmentationConfiguration- Configuration for segmenting video content during processing.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnKnowledgeBasePropsMixin.VideoConfigurationProperty>- Returns:
- a new instance of
CfnKnowledgeBasePropsMixin.VideoConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-