Class CfnKnowledgeBasePropsMixin.VideoExtractionConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnKnowledgeBasePropsMixin.VideoExtractionConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnKnowledgeBasePropsMixin.VideoExtractionConfigurationProperty>
- Enclosing interface:
CfnKnowledgeBasePropsMixin.VideoExtractionConfigurationProperty
@Stability(Stable)
public static final class CfnKnowledgeBasePropsMixin.VideoExtractionConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnKnowledgeBasePropsMixin.VideoExtractionConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.videoExtractionStatus(String videoExtractionStatus) videoExtractionType(String videoExtractionType)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
videoExtractionStatus
@Stability(Stable) public CfnKnowledgeBasePropsMixin.VideoExtractionConfigurationProperty.Builder videoExtractionStatus(String videoExtractionStatus) Sets the value ofCfnKnowledgeBasePropsMixin.VideoExtractionConfigurationProperty.getVideoExtractionStatus()- Parameters:
videoExtractionStatus- the value to be set.- Returns:
this
-
videoExtractionType
@Stability(Stable) public CfnKnowledgeBasePropsMixin.VideoExtractionConfigurationProperty.Builder videoExtractionType(String videoExtractionType) Sets the value ofCfnKnowledgeBasePropsMixin.VideoExtractionConfigurationProperty.getVideoExtractionType()- Parameters:
videoExtractionType- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnKnowledgeBasePropsMixin.VideoExtractionConfigurationProperty>- Returns:
- a new instance of
CfnKnowledgeBasePropsMixin.VideoExtractionConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-