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 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

      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.