Interface TranscriptConfiguration.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<TranscriptConfiguration.Builder,,- TranscriptConfiguration> - SdkBuilder<TranscriptConfiguration.Builder,,- TranscriptConfiguration> - SdkPojo
- Enclosing class:
- TranscriptConfiguration
@Mutable
@NotThreadSafe
public static interface TranscriptConfiguration.Builder
extends SdkPojo, CopyableBuilder<TranscriptConfiguration.Builder,TranscriptConfiguration> 
- 
Method SummaryModifier and TypeMethodDescriptiondefault TranscriptConfiguration.BuilderchannelLabeling(Consumer<ChannelLabelingConfiguration.Builder> channelLabeling) Sets the value of the ChannelLabeling property for this object.channelLabeling(ChannelLabelingConfiguration channelLabeling) Sets the value of the ChannelLabeling property for this object.default TranscriptConfiguration.BuilderspeakerLabeling(Consumer<SpeakerLabelingConfiguration.Builder> speakerLabeling) Sets the value of the SpeakerLabeling property for this object.speakerLabeling(SpeakerLabelingConfiguration speakerLabeling) Sets the value of the SpeakerLabeling property for this object.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
speakerLabelingSets the value of the SpeakerLabeling property for this object.- Parameters:
- speakerLabeling- The new value for the SpeakerLabeling property for this object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
speakerLabelingdefault TranscriptConfiguration.Builder speakerLabeling(Consumer<SpeakerLabelingConfiguration.Builder> speakerLabeling) Sets the value of the SpeakerLabeling property for this object. This is a convenience method that creates an instance of theSpeakerLabelingConfiguration.Builderavoiding the need to create one manually viaSpeakerLabelingConfiguration.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tospeakerLabeling(SpeakerLabelingConfiguration).- Parameters:
- speakerLabeling- a consumer that will call methods on- SpeakerLabelingConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
channelLabelingSets the value of the ChannelLabeling property for this object.- Parameters:
- channelLabeling- The new value for the ChannelLabeling property for this object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
channelLabelingdefault TranscriptConfiguration.Builder channelLabeling(Consumer<ChannelLabelingConfiguration.Builder> channelLabeling) Sets the value of the ChannelLabeling property for this object. This is a convenience method that creates an instance of theChannelLabelingConfiguration.Builderavoiding the need to create one manually viaChannelLabelingConfiguration.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tochannelLabeling(ChannelLabelingConfiguration).- Parameters:
- channelLabeling- a consumer that will call methods on- ChannelLabelingConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-