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
Modifier and TypeMethodDescriptionThe name of the timer to clear.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
- 
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.
 
 
 -