Interface ParticipantTimerValue.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<ParticipantTimerValue.Builder,,ParticipantTimerValue> SdkBuilder<ParticipantTimerValue.Builder,,ParticipantTimerValue> SdkPojo
- Enclosing class:
 ParticipantTimerValue
public static interface ParticipantTimerValue.Builder
extends SdkPojo, CopyableBuilder<ParticipantTimerValue.Builder,ParticipantTimerValue> 
- 
Method Summary
Modifier and TypeMethodDescriptionparticipantTimerAction(String participantTimerAction) The timer action.participantTimerAction(ParticipantTimerAction participantTimerAction) The timer action.participantTimerDurationInMinutes(Integer participantTimerDurationInMinutes) The duration of a timer, in minutes.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
participantTimerAction
The timer action. Currently only one value is allowed:
Unset. It deletes a timer.- Parameters:
 participantTimerAction- The timer action. Currently only one value is allowed:Unset. It deletes a timer.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
participantTimerAction
The timer action. Currently only one value is allowed:
Unset. It deletes a timer.- Parameters:
 participantTimerAction- The timer action. Currently only one value is allowed:Unset. It deletes a timer.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
participantTimerDurationInMinutes
ParticipantTimerValue.Builder participantTimerDurationInMinutes(Integer participantTimerDurationInMinutes) The duration of a timer, in minutes.
- Parameters:
 participantTimerDurationInMinutes- The duration of a timer, in minutes.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -