Interface ExecutionEvent.Builder

  • Method Details

    • timestamp

      ExecutionEvent.Builder timestamp(Instant timestamp)

      The timestamp for an execution event.

      Parameters:
      timestamp - The timestamp for an execution event.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • type

      The type of an execution event.

      Parameters:
      type - The type of an execution event.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • type

      The type of an execution event.

      Parameters:
      type - The type of an execution event.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • stepName

      ExecutionEvent.Builder stepName(String stepName)

      The step name for an execution event.

      Parameters:
      stepName - The step name for an execution event.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • executionBlockType

      ExecutionEvent.Builder executionBlockType(String executionBlockType)

      The execution block type for an execution event.

      Parameters:
      executionBlockType - The execution block type for an execution event.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • executionBlockType

      ExecutionEvent.Builder executionBlockType(ExecutionBlockType executionBlockType)

      The execution block type for an execution event.

      Parameters:
      executionBlockType - The execution block type for an execution event.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • resources

      ExecutionEvent.Builder resources(Collection<String> resources)

      The resources for an execution event.

      Parameters:
      resources - The resources for an execution event.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resources

      ExecutionEvent.Builder resources(String... resources)

      The resources for an execution event.

      Parameters:
      resources - The resources for an execution event.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • error

      Errors for an execution event.

      Parameters:
      error - Errors for an execution event.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      ExecutionEvent.Builder description(String description)

      The description for an execution event.

      Parameters:
      description - The description for an execution event.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • eventId

      ExecutionEvent.Builder eventId(String eventId)

      The event ID for an execution event.

      Parameters:
      eventId - The event ID for an execution event.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • previousEventId

      ExecutionEvent.Builder previousEventId(String previousEventId)

      The event ID of the previous execution event.

      Parameters:
      previousEventId - The event ID of the previous execution event.
      Returns:
      Returns a reference to this object so that method calls can be chained together.