Uses of Interface
software.amazon.awssdk.services.chimesdkmediapipelines.model.ChannelDefinition.Builder
-
Packages that use ChannelDefinition.Builder Package Description software.amazon.awssdk.services.chimesdkmediapipelines.model -
-
Uses of ChannelDefinition.Builder in software.amazon.awssdk.services.chimesdkmediapipelines.model
Methods in software.amazon.awssdk.services.chimesdkmediapipelines.model that return ChannelDefinition.Builder Modifier and Type Method Description static ChannelDefinition.BuilderChannelDefinition. builder()ChannelDefinition.BuilderChannelDefinition.Builder. channelId(Integer channelId)The channel ID.ChannelDefinition.BuilderChannelDefinition.Builder. participantRole(String participantRole)Specifies whether the audio in a channel belongs to theAGENTorCUSTOMER.ChannelDefinition.BuilderChannelDefinition.Builder. participantRole(ParticipantRole participantRole)Specifies whether the audio in a channel belongs to theAGENTorCUSTOMER.ChannelDefinition.BuilderChannelDefinition. toBuilder()Methods in software.amazon.awssdk.services.chimesdkmediapipelines.model that return types with arguments of type ChannelDefinition.Builder Modifier and Type Method Description static Class<? extends ChannelDefinition.Builder>ChannelDefinition. serializableBuilderClass()
-