Interface TimerDefinition.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<TimerDefinition.Builder,,- TimerDefinition> - SdkBuilder<TimerDefinition.Builder,,- TimerDefinition> - SdkPojo
- Enclosing class:
- TimerDefinition
@Mutable
@NotThreadSafe
public static interface TimerDefinition.Builder
extends SdkPojo, CopyableBuilder<TimerDefinition.Builder,TimerDefinition> 
- 
Method SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
nameThe 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.
 
- 
secondsThe 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.
 
 
-