Class CfnKnowledgeBase.VideoSegmentationConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.bedrock.CfnKnowledgeBase.VideoSegmentationConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnKnowledgeBase.VideoSegmentationConfigurationProperty>
- Enclosing interface:
CfnKnowledgeBase.VideoSegmentationConfigurationProperty
@Stability(Stable)
public static final class CfnKnowledgeBase.VideoSegmentationConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnKnowledgeBase.VideoSegmentationConfigurationProperty>
A builder for
CfnKnowledgeBase.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 CfnKnowledgeBase.VideoSegmentationConfigurationProperty.Builder fixedLengthDuration(Number fixedLengthDuration) - Parameters:
fixedLengthDuration- The duration in seconds for each video segment. This parameter is required. 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<CfnKnowledgeBase.VideoSegmentationConfigurationProperty>- Returns:
- a new instance of
CfnKnowledgeBase.VideoSegmentationConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-