Interface ChannelDefinition.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ChannelDefinition.Builder,,- ChannelDefinition> - SdkBuilder<ChannelDefinition.Builder,,- ChannelDefinition> - SdkPojo
- Enclosing class:
- ChannelDefinition
@Mutable
@NotThreadSafe
public static interface ChannelDefinition.Builder
extends SdkPojo, CopyableBuilder<ChannelDefinition.Builder,ChannelDefinition> 
- 
Method SummaryModifier and TypeMethodDescriptionSpecify the audio channel you want to define.participantRole(String participantRole) Specify the speaker you want to define.participantRole(ParticipantRole participantRole) Specify the speaker you want to define.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- 
channelIdSpecify the audio channel you want to define. - Parameters:
- channelId- Specify the audio channel you want to define.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
participantRoleSpecify the speaker you want to define. Omitting this parameter is equivalent to specifying both participants. - Parameters:
- participantRole- Specify the speaker you want to define. Omitting this parameter is equivalent to specifying both participants.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
participantRoleSpecify the speaker you want to define. Omitting this parameter is equivalent to specifying both participants. - Parameters:
- participantRole- Specify the speaker you want to define. Omitting this parameter is equivalent to specifying both participants.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-