| Package | Description |
|---|---|
| software.amazon.awssdk.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
static ChatParticipantRoleConfig.Builder |
ChatParticipantRoleConfig.builder() |
ChatParticipantRoleConfig.Builder |
ChatParticipantRoleConfig.Builder.participantTimerConfigList(Collection<ParticipantTimerConfiguration> participantTimerConfigList)
A list of participant timers.
|
ChatParticipantRoleConfig.Builder |
ChatParticipantRoleConfig.Builder.participantTimerConfigList(Consumer<ParticipantTimerConfiguration.Builder>... participantTimerConfigList)
A list of participant timers.
|
ChatParticipantRoleConfig.Builder |
ChatParticipantRoleConfig.Builder.participantTimerConfigList(ParticipantTimerConfiguration... participantTimerConfigList)
A list of participant timers.
|
ChatParticipantRoleConfig.Builder |
ChatParticipantRoleConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ChatParticipantRoleConfig.Builder> |
ChatParticipantRoleConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpdateParticipantRoleConfigChannelInfo.Builder |
UpdateParticipantRoleConfigChannelInfo.Builder.chat(Consumer<ChatParticipantRoleConfig.Builder> chat)
Configuration information for the chat participant role.
|
static UpdateParticipantRoleConfigChannelInfo |
UpdateParticipantRoleConfigChannelInfo.fromChat(Consumer<ChatParticipantRoleConfig.Builder> chat)
Create an instance of this class with
UpdateParticipantRoleConfigChannelInfo.chat() initialized to the given value. |
Copyright © 2023. All rights reserved.