| Package | Description |
|---|---|
| software.amazon.awssdk.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
static ParticipantTimerConfiguration.Builder |
ParticipantTimerConfiguration.builder() |
ParticipantTimerConfiguration.Builder |
ParticipantTimerConfiguration.Builder.participantRole(String participantRole)
The role of the participant in the chat conversation.
|
ParticipantTimerConfiguration.Builder |
ParticipantTimerConfiguration.Builder.participantRole(TimerEligibleParticipantRoles participantRole)
The role of the participant in the chat conversation.
|
ParticipantTimerConfiguration.Builder |
ParticipantTimerConfiguration.Builder.timerType(ParticipantTimerType timerType)
The type of timer.
|
ParticipantTimerConfiguration.Builder |
ParticipantTimerConfiguration.Builder.timerType(String timerType)
The type of timer.
|
default ParticipantTimerConfiguration.Builder |
ParticipantTimerConfiguration.Builder.timerValue(Consumer<ParticipantTimerValue.Builder> timerValue)
The value of the timer.
|
ParticipantTimerConfiguration.Builder |
ParticipantTimerConfiguration.Builder.timerValue(ParticipantTimerValue timerValue)
The value of the timer.
|
ParticipantTimerConfiguration.Builder |
ParticipantTimerConfiguration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ParticipantTimerConfiguration.Builder> |
ParticipantTimerConfiguration.serializableBuilderClass() |
Copyright © 2023. All rights reserved.