Interface TimerDefinition.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TimerDefinition.Builder,
,TimerDefinition> SdkBuilder<TimerDefinition.Builder,
,TimerDefinition> SdkPojo
- Enclosing class:
TimerDefinition
public static interface TimerDefinition.Builder
extends SdkPojo, CopyableBuilder<TimerDefinition.Builder,TimerDefinition>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the timer.The new setting of the timer (the number of seconds before the timer elapses).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 Details
-
name
The name of the timer.
- Parameters:
name
- The name of the timer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
seconds
The new setting of the timer (the number of seconds before the timer elapses).
- Parameters:
seconds
- The new setting of the timer (the number of seconds before the timer elapses).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-