CopyableBuilder<StartTimerFailedEventAttributes.Builder,StartTimerFailedEventAttributes>
, SdkBuilder<StartTimerFailedEventAttributes.Builder,StartTimerFailedEventAttributes>
public static interface StartTimerFailedEventAttributes.Builder extends CopyableBuilder<StartTimerFailedEventAttributes.Builder,StartTimerFailedEventAttributes>
Modifier and Type | Method | Description |
---|---|---|
StartTimerFailedEventAttributes.Builder |
cause(String cause) |
The cause of the failure.
|
StartTimerFailedEventAttributes.Builder |
cause(StartTimerFailedCause cause) |
The cause of the failure.
|
StartTimerFailedEventAttributes.Builder |
decisionTaskCompletedEventId(Long decisionTaskCompletedEventId) |
The ID of the
DecisionTaskCompleted event corresponding to the decision task that resulted in
the StartTimer decision for this activity task. |
StartTimerFailedEventAttributes.Builder |
timerId(String timerId) |
The timerId provided in the
StartTimer decision that failed. |
copy
apply, build
StartTimerFailedEventAttributes.Builder timerId(String timerId)
The timerId provided in the StartTimer
decision that failed.
timerId
- The timerId provided in the StartTimer
decision that failed.StartTimerFailedEventAttributes.Builder cause(String cause)
The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
cause
- The cause of the failure. This information is generated by the system and can be useful for diagnostic
purposes. StartTimerFailedCause
StartTimerFailedEventAttributes.Builder cause(StartTimerFailedCause cause)
The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
cause
- The cause of the failure. This information is generated by the system and can be useful for diagnostic
purposes. StartTimerFailedCause
StartTimerFailedEventAttributes.Builder decisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in
the StartTimer
decision for this activity task. This information can be useful for diagnosing
problems by tracing back the chain of events leading up to this event.
decisionTaskCompletedEventId
- The ID of the DecisionTaskCompleted
event corresponding to the decision task that
resulted in the StartTimer
decision for this activity task. This information can be
useful for diagnosing problems by tracing back the chain of events leading up to this event.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.