Package io.temporal.workflow
Class TimerOptions.Builder
- java.lang.Object
-
- io.temporal.workflow.TimerOptions.Builder
-
- Enclosing class:
- TimerOptions
public static final class TimerOptions.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TimerOptions
build()
TimerOptions.Builder
setSummary(java.lang.String summary)
Single-line fixed summary for this timer that will appear in UI/CLI.
-
-
-
Method Detail
-
setSummary
public TimerOptions.Builder setSummary(java.lang.String summary)
Single-line fixed summary for this timer that will appear in UI/CLI. This can be in single-line Temporal Markdown format.Default is none/empty.
-
build
public TimerOptions build()
-
-