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)The channel ID.ChannelDefinition.BuilderparticipantRole(String participantRole)Specifies whether the audio in a channel belongs to theAGENTorCUSTOMER.ChannelDefinition.BuilderparticipantRole(ParticipantRole participantRole)Specifies whether the audio in a channel belongs to theAGENTorCUSTOMER.-
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)
The channel ID.
- Parameters:
channelId- The channel ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
participantRole
ChannelDefinition.Builder participantRole(String 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,ParticipantRole
-
participantRole
ChannelDefinition.Builder participantRole(ParticipantRole 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,ParticipantRole
-
-