Uses of Interface
software.amazon.awssdk.services.connect.model.ChatParticipantRoleConfig.Builder
-
Packages that use ChatParticipantRoleConfig.Builder Package Description software.amazon.awssdk.services.connect.model -
-
Uses of ChatParticipantRoleConfig.Builder in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return ChatParticipantRoleConfig.Builder Modifier and Type Method Description static ChatParticipantRoleConfig.BuilderChatParticipantRoleConfig. builder()ChatParticipantRoleConfig.BuilderChatParticipantRoleConfig.Builder. participantTimerConfigList(Collection<ParticipantTimerConfiguration> participantTimerConfigList)A list of participant timers.ChatParticipantRoleConfig.BuilderChatParticipantRoleConfig.Builder. participantTimerConfigList(Consumer<ParticipantTimerConfiguration.Builder>... participantTimerConfigList)A list of participant timers.ChatParticipantRoleConfig.BuilderChatParticipantRoleConfig.Builder. participantTimerConfigList(ParticipantTimerConfiguration... participantTimerConfigList)A list of participant timers.ChatParticipantRoleConfig.BuilderChatParticipantRoleConfig. toBuilder()Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type ChatParticipantRoleConfig.Builder Modifier and Type Method Description static Class<? extends ChatParticipantRoleConfig.Builder>ChatParticipantRoleConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type ChatParticipantRoleConfig.Builder Modifier and Type Method Description default UpdateParticipantRoleConfigChannelInfo.BuilderUpdateParticipantRoleConfigChannelInfo.Builder. chat(Consumer<ChatParticipantRoleConfig.Builder> chat)Configuration information for the chat participant role.static UpdateParticipantRoleConfigChannelInfoUpdateParticipantRoleConfigChannelInfo. fromChat(Consumer<ChatParticipantRoleConfig.Builder> chat)Create an instance of this class withUpdateParticipantRoleConfigChannelInfo.chat()initialized to the given value.
-