Interface ChannelDefinition.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ChannelDefinition.Builder,ChannelDefinition>,SdkBuilder<ChannelDefinition.Builder,ChannelDefinition>,SdkPojo
- Enclosing class:
- ChannelDefinition
public static interface ChannelDefinition.Builder extends SdkPojo, CopyableBuilder<ChannelDefinition.Builder,ChannelDefinition>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ChannelDefinition.BuilderchannelId(Integer channelId)Specify the audio channel you want to define.ChannelDefinition.BuilderparticipantRole(String participantRole)Specify the speaker you want to define.ChannelDefinition.BuilderparticipantRole(ParticipantRole participantRole)Specify the speaker you want to define.-
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, sdkFields
-
-
-
-
Method Detail
-
channelId
ChannelDefinition.Builder channelId(Integer channelId)
Specify 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.
-
participantRole
ChannelDefinition.Builder participantRole(String participantRole)
Specify 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:
ParticipantRole,ParticipantRole
-
participantRole
ChannelDefinition.Builder participantRole(ParticipantRole participantRole)
Specify 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:
ParticipantRole,ParticipantRole
-
-