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
- the value to be set.- Returns:
this
-
channelLabeling
@Stability(Stable) public CfnDataAutomationProject.TranscriptConfigurationProperty.Builder channelLabeling(CfnDataAutomationProject.ChannelLabelingConfigurationProperty channelLabeling) - Parameters:
channelLabeling
- the value to be set.- Returns:
this
-
speakerLabeling
@Stability(Stable) public CfnDataAutomationProject.TranscriptConfigurationProperty.Builder speakerLabeling(IResolvable speakerLabeling) - Parameters:
speakerLabeling
- the value to be set.- Returns:
this
-
speakerLabeling
@Stability(Stable) public CfnDataAutomationProject.TranscriptConfigurationProperty.Builder speakerLabeling(CfnDataAutomationProject.SpeakerLabelingConfigurationProperty speakerLabeling) - Parameters:
speakerLabeling
- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnDataAutomationProject.TranscriptConfigurationProperty>
- Returns:
- a new instance of
CfnDataAutomationProject.TranscriptConfigurationProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-