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 Summary
Modifier and TypeMethodDescriptiondefault TranscriptConfiguration.Builder
channelLabeling
(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.Builder
speakerLabeling
(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.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
speakerLabeling
Sets 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.
-
speakerLabeling
default 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.Builder
avoiding the need to create one manually viaSpeakerLabelingConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tospeakerLabeling(SpeakerLabelingConfiguration)
.- Parameters:
speakerLabeling
- a consumer that will call methods onSpeakerLabelingConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
channelLabeling
Sets 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.
-
channelLabeling
default 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.Builder
avoiding the need to create one manually viaChannelLabelingConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tochannelLabeling(ChannelLabelingConfiguration)
.- Parameters:
channelLabeling
- a consumer that will call methods onChannelLabelingConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-