Interface FlowTraceConditionNodeResultEvent.Builder

    • Method Detail

      • nodeName

        FlowTraceConditionNodeResultEvent.Builder nodeName​(String nodeName)

        The name of the condition node.

        Parameters:
        nodeName - The name of the condition node.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • satisfiedConditions

        FlowTraceConditionNodeResultEvent.Builder satisfiedConditions​(Collection<FlowTraceCondition> satisfiedConditions)

        An array of objects containing information about the conditions that were satisfied.

        Parameters:
        satisfiedConditions - An array of objects containing information about the conditions that were satisfied.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • satisfiedConditions

        FlowTraceConditionNodeResultEvent.Builder satisfiedConditions​(FlowTraceCondition... satisfiedConditions)

        An array of objects containing information about the conditions that were satisfied.

        Parameters:
        satisfiedConditions - An array of objects containing information about the conditions that were satisfied.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • timestamp

        FlowTraceConditionNodeResultEvent.Builder timestamp​(Instant timestamp)

        The date and time that the trace was returned.

        Parameters:
        timestamp - The date and time that the trace was returned.
        Returns:
        Returns a reference to this object so that method calls can be chained together.