public static interface Decision.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<Decision.Builder,Decision>
| Modifier and Type | Method and Description |
|---|---|
Decision.Builder |
cancelTimerDecisionAttributes(CancelTimerDecisionAttributes cancelTimerDecisionAttributes)
Provides details of the
CancelTimer decision. |
Decision.Builder |
cancelWorkflowExecutionDecisionAttributes(CancelWorkflowExecutionDecisionAttributes cancelWorkflowExecutionDecisionAttributes)
Provides details of the
CancelWorkflowExecution decision. |
Decision.Builder |
completeWorkflowExecutionDecisionAttributes(CompleteWorkflowExecutionDecisionAttributes completeWorkflowExecutionDecisionAttributes)
Provides details of the
CompleteWorkflowExecution decision. |
Decision.Builder |
continueAsNewWorkflowExecutionDecisionAttributes(ContinueAsNewWorkflowExecutionDecisionAttributes continueAsNewWorkflowExecutionDecisionAttributes)
Provides details of the
ContinueAsNewWorkflowExecution decision. |
Decision.Builder |
decisionType(DecisionType decisionType)
Specifies the type of the decision.
|
Decision.Builder |
decisionType(String decisionType)
Specifies the type of the decision.
|
Decision.Builder |
failWorkflowExecutionDecisionAttributes(FailWorkflowExecutionDecisionAttributes failWorkflowExecutionDecisionAttributes)
Provides details of the
FailWorkflowExecution decision. |
Decision.Builder |
recordMarkerDecisionAttributes(RecordMarkerDecisionAttributes recordMarkerDecisionAttributes)
Provides details of the
RecordMarker decision. |
Decision.Builder |
requestCancelActivityTaskDecisionAttributes(RequestCancelActivityTaskDecisionAttributes requestCancelActivityTaskDecisionAttributes)
Provides details of the
RequestCancelActivityTask decision. |
Decision.Builder |
requestCancelExternalWorkflowExecutionDecisionAttributes(RequestCancelExternalWorkflowExecutionDecisionAttributes requestCancelExternalWorkflowExecutionDecisionAttributes)
Provides details of the
RequestCancelExternalWorkflowExecution decision. |
Decision.Builder |
scheduleActivityTaskDecisionAttributes(ScheduleActivityTaskDecisionAttributes scheduleActivityTaskDecisionAttributes)
Provides details of the
ScheduleActivityTask decision. |
Decision.Builder |
scheduleLambdaFunctionDecisionAttributes(ScheduleLambdaFunctionDecisionAttributes scheduleLambdaFunctionDecisionAttributes) |
Decision.Builder |
signalExternalWorkflowExecutionDecisionAttributes(SignalExternalWorkflowExecutionDecisionAttributes signalExternalWorkflowExecutionDecisionAttributes)
Provides details of the
SignalExternalWorkflowExecution decision. |
Decision.Builder |
startChildWorkflowExecutionDecisionAttributes(StartChildWorkflowExecutionDecisionAttributes startChildWorkflowExecutionDecisionAttributes)
Provides details of the
StartChildWorkflowExecution decision. |
Decision.Builder |
startTimerDecisionAttributes(StartTimerDecisionAttributes startTimerDecisionAttributes)
Provides details of the
StartTimer decision. |
copyapply, buildDecision.Builder decisionType(String decisionType)
Specifies the type of the decision.
decisionType - Specifies the type of the decision.DecisionTypeDecision.Builder decisionType(DecisionType decisionType)
Specifies the type of the decision.
decisionType - Specifies the type of the decision.DecisionTypeDecision.Builder scheduleActivityTaskDecisionAttributes(ScheduleActivityTaskDecisionAttributes scheduleActivityTaskDecisionAttributes)
Provides details of the ScheduleActivityTask decision. It is not set for other decision types.
scheduleActivityTaskDecisionAttributes - Provides details of the ScheduleActivityTask decision. It is not set for other decision
types.Decision.Builder requestCancelActivityTaskDecisionAttributes(RequestCancelActivityTaskDecisionAttributes requestCancelActivityTaskDecisionAttributes)
Provides details of the RequestCancelActivityTask decision. It is not set for other decision
types.
requestCancelActivityTaskDecisionAttributes - Provides details of the RequestCancelActivityTask decision. It is not set for other
decision types.Decision.Builder completeWorkflowExecutionDecisionAttributes(CompleteWorkflowExecutionDecisionAttributes completeWorkflowExecutionDecisionAttributes)
Provides details of the CompleteWorkflowExecution decision. It is not set for other decision
types.
completeWorkflowExecutionDecisionAttributes - Provides details of the CompleteWorkflowExecution decision. It is not set for other
decision types.Decision.Builder failWorkflowExecutionDecisionAttributes(FailWorkflowExecutionDecisionAttributes failWorkflowExecutionDecisionAttributes)
Provides details of the FailWorkflowExecution decision. It is not set for other decision types.
failWorkflowExecutionDecisionAttributes - Provides details of the FailWorkflowExecution decision. It is not set for other decision
types.Decision.Builder cancelWorkflowExecutionDecisionAttributes(CancelWorkflowExecutionDecisionAttributes cancelWorkflowExecutionDecisionAttributes)
Provides details of the CancelWorkflowExecution decision. It is not set for other decision
types.
cancelWorkflowExecutionDecisionAttributes - Provides details of the CancelWorkflowExecution decision. It is not set for other
decision types.Decision.Builder continueAsNewWorkflowExecutionDecisionAttributes(ContinueAsNewWorkflowExecutionDecisionAttributes continueAsNewWorkflowExecutionDecisionAttributes)
Provides details of the ContinueAsNewWorkflowExecution decision. It is not set for other
decision types.
continueAsNewWorkflowExecutionDecisionAttributes - Provides details of the ContinueAsNewWorkflowExecution decision. It is not set for other
decision types.Decision.Builder recordMarkerDecisionAttributes(RecordMarkerDecisionAttributes recordMarkerDecisionAttributes)
Provides details of the RecordMarker decision. It is not set for other decision types.
recordMarkerDecisionAttributes - Provides details of the RecordMarker decision. It is not set for other decision types.Decision.Builder startTimerDecisionAttributes(StartTimerDecisionAttributes startTimerDecisionAttributes)
Provides details of the StartTimer decision. It is not set for other decision types.
startTimerDecisionAttributes - Provides details of the StartTimer decision. It is not set for other decision types.Decision.Builder cancelTimerDecisionAttributes(CancelTimerDecisionAttributes cancelTimerDecisionAttributes)
Provides details of the CancelTimer decision. It is not set for other decision types.
cancelTimerDecisionAttributes - Provides details of the CancelTimer decision. It is not set for other decision types.Decision.Builder signalExternalWorkflowExecutionDecisionAttributes(SignalExternalWorkflowExecutionDecisionAttributes signalExternalWorkflowExecutionDecisionAttributes)
Provides details of the SignalExternalWorkflowExecution decision. It is not set for other
decision types.
signalExternalWorkflowExecutionDecisionAttributes - Provides details of the SignalExternalWorkflowExecution decision. It is not set for other
decision types.Decision.Builder requestCancelExternalWorkflowExecutionDecisionAttributes(RequestCancelExternalWorkflowExecutionDecisionAttributes requestCancelExternalWorkflowExecutionDecisionAttributes)
Provides details of the RequestCancelExternalWorkflowExecution decision. It is not set for other
decision types.
requestCancelExternalWorkflowExecutionDecisionAttributes - Provides details of the RequestCancelExternalWorkflowExecution decision. It is not set
for other decision types.Decision.Builder startChildWorkflowExecutionDecisionAttributes(StartChildWorkflowExecutionDecisionAttributes startChildWorkflowExecutionDecisionAttributes)
Provides details of the StartChildWorkflowExecution decision. It is not set for other decision
types.
startChildWorkflowExecutionDecisionAttributes - Provides details of the StartChildWorkflowExecution decision. It is not set for other
decision types.Decision.Builder scheduleLambdaFunctionDecisionAttributes(ScheduleLambdaFunctionDecisionAttributes scheduleLambdaFunctionDecisionAttributes)
scheduleLambdaFunctionDecisionAttributes - Copyright © 2017. All rights reserved.