Package io.temporal.client
Class UpdateWithStartWorkflowOperation.Builder<R>
- java.lang.Object
-
- io.temporal.client.UpdateWithStartWorkflowOperation.Builder<R>
-
- Enclosing class:
- UpdateWithStartWorkflowOperation<R>
public static final class UpdateWithStartWorkflowOperation.Builder<R> extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateWithStartWorkflowOperation<R>build()UpdateWithStartWorkflowOperation.Builder<R>setUpdateId(java.lang.String updateId)UpdateWithStartWorkflowOperation.Builder<R>setWaitForStage(WorkflowUpdateStage waitForStage)
-
-
-
Method Detail
-
setWaitForStage
public UpdateWithStartWorkflowOperation.Builder<R> setWaitForStage(WorkflowUpdateStage waitForStage)
-
setUpdateId
public UpdateWithStartWorkflowOperation.Builder<R> setUpdateId(java.lang.String updateId)
-
build
public UpdateWithStartWorkflowOperation<R> build()
-
-