Class CfnDataAutomationProject.TranscriptConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.bedrock.CfnDataAutomationProject.TranscriptConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataAutomationProject.TranscriptConfigurationProperty>
- Enclosing interface:
CfnDataAutomationProject.TranscriptConfigurationProperty
@Stability(Stable)
public static final class CfnDataAutomationProject.TranscriptConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataAutomationProject.TranscriptConfigurationProperty>
A builder for
CfnDataAutomationProject.TranscriptConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.channelLabeling(IResolvable channelLabeling) speakerLabeling(IResolvable speakerLabeling)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
channelLabeling
@Stability(Stable) public CfnDataAutomationProject.TranscriptConfigurationProperty.Builder channelLabeling(IResolvable channelLabeling) - 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 CfnDataAutomationProject.TranscriptConfigurationProperty.Builder channelLabeling(CfnDataAutomationProject.ChannelLabelingConfigurationProperty channelLabeling) - 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 CfnDataAutomationProject.TranscriptConfigurationProperty.Builder speakerLabeling(IResolvable speakerLabeling) - 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 CfnDataAutomationProject.TranscriptConfigurationProperty.Builder speakerLabeling(CfnDataAutomationProject.SpeakerLabelingConfigurationProperty speakerLabeling) - 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
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDataAutomationProject.TranscriptConfigurationProperty>- Returns:
- a new instance of
CfnDataAutomationProject.TranscriptConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-