Interface ClearTimerAction.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ClearTimerAction.Builder,
,ClearTimerAction> SdkBuilder<ClearTimerAction.Builder,
,ClearTimerAction> SdkPojo
- Enclosing class:
ClearTimerAction
@Mutable
@NotThreadSafe
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
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, 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.
-