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