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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ParticipantTimerValue.BuilderparticipantTimerAction(String participantTimerAction)The timer action.ParticipantTimerValue.BuilderparticipantTimerAction(ParticipantTimerAction participantTimerAction)The timer action.ParticipantTimerValue.BuilderparticipantTimerDurationInMinutes(Integer participantTimerDurationInMinutes)The duration of a timer, in minutes.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
participantTimerAction
ParticipantTimerValue.Builder participantTimerAction(String 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,ParticipantTimerAction
-
participantTimerAction
ParticipantTimerValue.Builder participantTimerAction(ParticipantTimerAction 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,ParticipantTimerAction
-
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.
-
-