Class CfnKnowledgeBasePropsMixin.VideoSegmentationConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.bedrock.CfnKnowledgeBasePropsMixin.VideoSegmentationConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnKnowledgeBasePropsMixin.VideoSegmentationConfigurationProperty>
- Enclosing interface:
CfnKnowledgeBasePropsMixin.VideoSegmentationConfigurationProperty
@Stability(Stable)
public static final class CfnKnowledgeBasePropsMixin.VideoSegmentationConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnKnowledgeBasePropsMixin.VideoSegmentationConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.fixedLengthDuration(Number fixedLengthDuration)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
fixedLengthDuration
@Stability(Stable) public CfnKnowledgeBasePropsMixin.VideoSegmentationConfigurationProperty.Builder fixedLengthDuration(Number fixedLengthDuration) Sets the value ofCfnKnowledgeBasePropsMixin.VideoSegmentationConfigurationProperty.getFixedLengthDuration()- Parameters:
fixedLengthDuration- The duration in seconds for each video segment. Video files will be divided into chunks of this length for processing.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnKnowledgeBasePropsMixin.VideoSegmentationConfigurationProperty>- Returns:
- a new instance of
CfnKnowledgeBasePropsMixin.VideoSegmentationConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-