Interface Timer.Builder

All Superinterfaces:
Buildable, CopyableBuilder<Timer.Builder,Timer>, SdkBuilder<Timer.Builder,Timer>, SdkPojo
Enclosing class:
Timer

public static interface Timer.Builder extends SdkPojo, CopyableBuilder<Timer.Builder,Timer>
  • Method Details

    • name

      Timer.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.
    • timestamp

      Timer.Builder timestamp(Instant timestamp)

      The expiration time for the timer.

      Parameters:
      timestamp - The expiration time for the timer.
      Returns:
      Returns a reference to this object so that method calls can be chained together.