Interface DecisionTaskStartedEventAttributes.Builder

All Superinterfaces:
Buildable, CopyableBuilder<DecisionTaskStartedEventAttributes.Builder,DecisionTaskStartedEventAttributes>, SdkBuilder<DecisionTaskStartedEventAttributes.Builder,DecisionTaskStartedEventAttributes>, SdkPojo
Enclosing class:
DecisionTaskStartedEventAttributes

public static interface DecisionTaskStartedEventAttributes.Builder extends SdkPojo, CopyableBuilder<DecisionTaskStartedEventAttributes.Builder,DecisionTaskStartedEventAttributes>
  • Method Details

    • identity

      Identity of the decider making the request. This enables diagnostic tracing when problems arise. The form of this identity is user defined.

      Parameters:
      identity - Identity of the decider making the request. This enables diagnostic tracing when problems arise. The form of this identity is user defined.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • scheduledEventId

      DecisionTaskStartedEventAttributes.Builder scheduledEventId(Long scheduledEventId)

      The ID of the DecisionTaskScheduled event that was recorded when this decision task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

      Parameters:
      scheduledEventId - The ID of the DecisionTaskScheduled event that was recorded when this decision task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
      Returns:
      Returns a reference to this object so that method calls can be chained together.