Class CfnDataAutomationProjectPropsMixin.TranscriptConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.bedrock.mixins.CfnDataAutomationProjectPropsMixin.TranscriptConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataAutomationProjectPropsMixin.TranscriptConfigurationProperty>
- Enclosing interface:
CfnDataAutomationProjectPropsMixin.TranscriptConfigurationProperty
@Stability(Stable)
public static final class CfnDataAutomationProjectPropsMixin.TranscriptConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataAutomationProjectPropsMixin.TranscriptConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.channelLabeling(IResolvable channelLabeling) channelLabeling(CfnDataAutomationProjectPropsMixin.ChannelLabelingConfigurationProperty channelLabeling) speakerLabeling(IResolvable speakerLabeling)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
channelLabeling
@Stability(Stable) public CfnDataAutomationProjectPropsMixin.TranscriptConfigurationProperty.Builder channelLabeling(IResolvable channelLabeling) Sets the value ofCfnDataAutomationProjectPropsMixin.TranscriptConfigurationProperty.getChannelLabeling()- Parameters:
channelLabeling- Enables channel labeling. Each audio channel will be labeled with a number, and the transcript will indicate which channel is being used.- Returns:
this
-
channelLabeling
@Stability(Stable) public CfnDataAutomationProjectPropsMixin.TranscriptConfigurationProperty.Builder channelLabeling(CfnDataAutomationProjectPropsMixin.ChannelLabelingConfigurationProperty channelLabeling) Sets the value ofCfnDataAutomationProjectPropsMixin.TranscriptConfigurationProperty.getChannelLabeling()- Parameters:
channelLabeling- Enables channel labeling. Each audio channel will be labeled with a number, and the transcript will indicate which channel is being used.- Returns:
this
-
speakerLabeling
@Stability(Stable) public CfnDataAutomationProjectPropsMixin.TranscriptConfigurationProperty.Builder speakerLabeling(IResolvable speakerLabeling) Sets the value ofCfnDataAutomationProjectPropsMixin.TranscriptConfigurationProperty.getSpeakerLabeling()- Parameters:
speakerLabeling- Enables speaker labeling. Each speaker within a transcript will recieve a number, and the transcript will note which speaker is talking.- Returns:
this
-
speakerLabeling
@Stability(Stable) public CfnDataAutomationProjectPropsMixin.TranscriptConfigurationProperty.Builder speakerLabeling(CfnDataAutomationProjectPropsMixin.SpeakerLabelingConfigurationProperty speakerLabeling) Sets the value ofCfnDataAutomationProjectPropsMixin.TranscriptConfigurationProperty.getSpeakerLabeling()- Parameters:
speakerLabeling- Enables speaker labeling. Each speaker within a transcript will recieve a number, and the transcript will note which speaker is talking.- Returns:
this
-
build
@Stability(Stable) public CfnDataAutomationProjectPropsMixin.TranscriptConfigurationProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDataAutomationProjectPropsMixin.TranscriptConfigurationProperty>- Returns:
- a new instance of
CfnDataAutomationProjectPropsMixin.TranscriptConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-