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 Summary
Modifier and TypeMethodDescriptionThe channel ID.participantRole
(String participantRole) Specifies whether the audio in a channel belongs to theAGENT
orCUSTOMER
.participantRole
(ParticipantRole participantRole) Specifies whether the audio in a channel belongs to theAGENT
orCUSTOMER
.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
-
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
AGENT
orCUSTOMER
.- Parameters:
participantRole
- Specifies whether the audio in a channel belongs to theAGENT
orCUSTOMER
.- 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
AGENT
orCUSTOMER
.- Parameters:
participantRole
- Specifies whether the audio in a channel belongs to theAGENT
orCUSTOMER
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-