Interface TemplateStepSummary.Builder

  • Method Details

    • id

      The ID of the step.

      Parameters:
      id - The ID of the step.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • stepGroupId

      TemplateStepSummary.Builder stepGroupId(String stepGroupId)

      The ID of the step group.

      Parameters:
      stepGroupId - The ID of the step group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • templateId

      TemplateStepSummary.Builder templateId(String templateId)

      The ID of the template.

      Parameters:
      templateId - The ID of the template.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The name of the step.

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

      TemplateStepSummary.Builder stepActionType(String stepActionType)

      The action type of the step. You must run and update the status of a manual step for the workflow to continue after the completion of the step.

      Parameters:
      stepActionType - The action type of the step. You must run and update the status of a manual step for the workflow to continue after the completion of the step.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • stepActionType

      TemplateStepSummary.Builder stepActionType(StepActionType stepActionType)

      The action type of the step. You must run and update the status of a manual step for the workflow to continue after the completion of the step.

      Parameters:
      stepActionType - The action type of the step. You must run and update the status of a manual step for the workflow to continue after the completion of the step.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • targetType

      TemplateStepSummary.Builder targetType(String targetType)

      The servers on which to run the script.

      Parameters:
      targetType - The servers on which to run the script.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • targetType

      TemplateStepSummary.Builder targetType(TargetType targetType)

      The servers on which to run the script.

      Parameters:
      targetType - The servers on which to run the script.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • owner

      The owner of the step.

      Parameters:
      owner - The owner of the step.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • owner

      The owner of the step.

      Parameters:
      owner - The owner of the step.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • previous

      The previous step.

      Parameters:
      previous - The previous step.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • previous

      TemplateStepSummary.Builder previous(String... previous)

      The previous step.

      Parameters:
      previous - The previous step.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • next

      The next step.

      Parameters:
      next - The next step.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • next

      The next step.

      Parameters:
      next - The next step.
      Returns:
      Returns a reference to this object so that method calls can be chained together.