Interface ParentStepDetails.Builder

    • Method Detail

      • stepExecutionId

        ParentStepDetails.Builder stepExecutionId​(String stepExecutionId)

        The unique ID of a step execution.

        Parameters:
        stepExecutionId - The unique ID of a step execution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • stepName

        ParentStepDetails.Builder stepName​(String stepName)

        The name of the step.

        Parameters:
        stepName - The name of the step.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • action

        ParentStepDetails.Builder action​(String action)

        The name of the automation action.

        Parameters:
        action - The name of the automation action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • iteration

        ParentStepDetails.Builder iteration​(Integer iteration)

        The current repetition of the loop represented by an integer.

        Parameters:
        iteration - The current repetition of the loop represented by an integer.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • iteratorValue

        ParentStepDetails.Builder iteratorValue​(String iteratorValue)

        The current value of the specified iterator in the loop.

        Parameters:
        iteratorValue - The current value of the specified iterator in the loop.
        Returns:
        Returns a reference to this object so that method calls can be chained together.