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