Uses of Interface
software.amazon.awssdk.services.connect.model.UpdateParticipantRoleConfigChannelInfo.Builder
-
Packages that use UpdateParticipantRoleConfigChannelInfo.Builder Package Description software.amazon.awssdk.services.connect.model -
-
Uses of UpdateParticipantRoleConfigChannelInfo.Builder in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return UpdateParticipantRoleConfigChannelInfo.Builder Modifier and Type Method Description static UpdateParticipantRoleConfigChannelInfo.BuilderUpdateParticipantRoleConfigChannelInfo. builder()default UpdateParticipantRoleConfigChannelInfo.BuilderUpdateParticipantRoleConfigChannelInfo.Builder. chat(Consumer<ChatParticipantRoleConfig.Builder> chat)Configuration information for the chat participant role.UpdateParticipantRoleConfigChannelInfo.BuilderUpdateParticipantRoleConfigChannelInfo.Builder. chat(ChatParticipantRoleConfig chat)Configuration information for the chat participant role.UpdateParticipantRoleConfigChannelInfo.BuilderUpdateParticipantRoleConfigChannelInfo. toBuilder()Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type UpdateParticipantRoleConfigChannelInfo.Builder Modifier and Type Method Description static Class<? extends UpdateParticipantRoleConfigChannelInfo.Builder>UpdateParticipantRoleConfigChannelInfo. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type UpdateParticipantRoleConfigChannelInfo.Builder Modifier and Type Method Description default UpdateParticipantRoleConfigRequest.BuilderUpdateParticipantRoleConfigRequest.Builder. channelConfiguration(Consumer<UpdateParticipantRoleConfigChannelInfo.Builder> channelConfiguration)The Amazon Connect channel you want to configure.
-