Interface TemplateStepSummary.Builder

    • Method Detail

      • id

        TemplateStepSummary.Builder id​(String 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

        TemplateStepSummary.Builder name​(String 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, StepActionType
      • 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:
        StepActionType, StepActionType
      • 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, TargetType
      • 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:
        TargetType, TargetType
      • owner

        TemplateStepSummary.Builder owner​(String 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, Owner
      • owner

        TemplateStepSummary.Builder owner​(Owner 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, Owner
      • previous

        TemplateStepSummary.Builder previous​(Collection<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.
      • 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

        TemplateStepSummary.Builder next​(String... next)

        The next step.

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