Uses of Interface
software.amazon.awssdk.services.connect.model.ParticipantTimerValue.Builder
-
Packages that use ParticipantTimerValue.Builder Package Description software.amazon.awssdk.services.connect.model -
-
Uses of ParticipantTimerValue.Builder in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return ParticipantTimerValue.Builder Modifier and Type Method Description static ParticipantTimerValue.BuilderParticipantTimerValue. builder()ParticipantTimerValue.BuilderParticipantTimerValue.Builder. participantTimerAction(String participantTimerAction)The timer action.ParticipantTimerValue.BuilderParticipantTimerValue.Builder. participantTimerAction(ParticipantTimerAction participantTimerAction)The timer action.ParticipantTimerValue.BuilderParticipantTimerValue.Builder. participantTimerDurationInMinutes(Integer participantTimerDurationInMinutes)The duration of a timer, in minutes.ParticipantTimerValue.BuilderParticipantTimerValue. toBuilder()Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type ParticipantTimerValue.Builder Modifier and Type Method Description static Class<? extends ParticipantTimerValue.Builder>ParticipantTimerValue. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type ParticipantTimerValue.Builder Modifier and Type Method Description default ParticipantTimerConfiguration.BuilderParticipantTimerConfiguration.Builder. timerValue(Consumer<ParticipantTimerValue.Builder> timerValue)The value of the timer.
-