static PollForDecisionTaskResponse.Builder |
PollForDecisionTaskResponse.builder() |
|
PollForDecisionTaskResponse.Builder |
PollForDecisionTaskResponse.Builder.events(Collection<HistoryEvent> events) |
A paginated list of history events of the workflow execution.
|
PollForDecisionTaskResponse.Builder |
PollForDecisionTaskResponse.Builder.events(Consumer<HistoryEvent.Builder>... events) |
A paginated list of history events of the workflow execution.
|
PollForDecisionTaskResponse.Builder |
PollForDecisionTaskResponse.Builder.events(HistoryEvent... events) |
A paginated list of history events of the workflow execution.
|
PollForDecisionTaskResponse.Builder |
PollForDecisionTaskResponse.Builder.nextPageToken(String nextPageToken) |
If a NextPageToken was returned by a previous call, there are more results available.
|
PollForDecisionTaskResponse.Builder |
PollForDecisionTaskResponse.Builder.previousStartedEventId(Long previousStartedEventId) |
The ID of the DecisionTaskStarted event of the previous decision task of this workflow execution that was
processed by the decider.
|
PollForDecisionTaskResponse.Builder |
PollForDecisionTaskResponse.Builder.startedEventId(Long startedEventId) |
The ID of the DecisionTaskStarted event recorded in the history.
|
PollForDecisionTaskResponse.Builder |
PollForDecisionTaskResponse.Builder.taskToken(String taskToken) |
The opaque string used as a handle on the task.
|
PollForDecisionTaskResponse.Builder |
PollForDecisionTaskResponse.toBuilder() |
|
default PollForDecisionTaskResponse.Builder |
PollForDecisionTaskResponse.Builder.workflowExecution(Consumer<WorkflowExecution.Builder> workflowExecution) |
The workflow execution for which this decision task was created.
|
PollForDecisionTaskResponse.Builder |
PollForDecisionTaskResponse.Builder.workflowExecution(WorkflowExecution workflowExecution) |
The workflow execution for which this decision task was created.
|
default PollForDecisionTaskResponse.Builder |
PollForDecisionTaskResponse.Builder.workflowType(Consumer<WorkflowType.Builder> workflowType) |
The type of the workflow execution for which this decision task was created.
|
PollForDecisionTaskResponse.Builder |
PollForDecisionTaskResponse.Builder.workflowType(WorkflowType workflowType) |
The type of the workflow execution for which this decision task was created.
|