Interface ResetTimerAction.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ResetTimerAction.Builder,ResetTimerAction>,SdkBuilder<ResetTimerAction.Builder,ResetTimerAction>,SdkPojo
- Enclosing class:
- ResetTimerAction
public static interface ResetTimerAction.Builder extends SdkPojo, CopyableBuilder<ResetTimerAction.Builder,ResetTimerAction>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResetTimerAction.BuildertimerName(String timerName)The name of the timer to reset.-
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
-
timerName
ResetTimerAction.Builder timerName(String timerName)
The name of the timer to reset.
- Parameters:
timerName- The name of the timer to reset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-