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
Modifier and TypeMethodDescriptionThe channel ID.participantRole(String participantRole) Specifies whether the audio in a channel belongs to theAGENTorCUSTOMER.participantRole(ParticipantRole participantRole) Specifies whether the audio in a channel belongs to theAGENTorCUSTOMER.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
channelId
The channel ID.
- Parameters:
 channelId- The channel ID.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
participantRole
Specifies whether the audio in a channel belongs to the
AGENTorCUSTOMER.- Parameters:
 participantRole- Specifies whether the audio in a channel belongs to theAGENTorCUSTOMER.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
participantRole
Specifies whether the audio in a channel belongs to the
AGENTorCUSTOMER.- Parameters:
 participantRole- Specifies whether the audio in a channel belongs to theAGENTorCUSTOMER.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -