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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TimerDefinition.Buildername(String name)The name of the timer.TimerDefinition.Builderseconds(Integer seconds)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 Detail
-
name
TimerDefinition.Builder name(String 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
TimerDefinition.Builder seconds(Integer 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.
-
-