public static interface TemplateStepSummary.Builder extends SdkPojo, CopyableBuilder<TemplateStepSummary.Builder,TemplateStepSummary>
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTemplateStepSummary.Builder id(String id)
The ID of the step.
id - The ID of the step.TemplateStepSummary.Builder stepGroupId(String stepGroupId)
The ID of the step group.
stepGroupId - The ID of the step group.TemplateStepSummary.Builder templateId(String templateId)
The ID of the template.
templateId - The ID of the template.TemplateStepSummary.Builder name(String name)
The name of the step.
name - The name of the step.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.
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.StepActionType,
StepActionTypeTemplateStepSummary.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.
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.StepActionType,
StepActionTypeTemplateStepSummary.Builder targetType(String targetType)
The servers on which to run the script.
targetType - The servers on which to run the script.TargetType,
TargetTypeTemplateStepSummary.Builder targetType(TargetType targetType)
The servers on which to run the script.
targetType - The servers on which to run the script.TargetType,
TargetTypeTemplateStepSummary.Builder owner(String owner)
The owner of the step.
TemplateStepSummary.Builder owner(Owner owner)
The owner of the step.
TemplateStepSummary.Builder previous(Collection<String> previous)
The previous step.
previous - The previous step.TemplateStepSummary.Builder previous(String... previous)
The previous step.
previous - The previous step.TemplateStepSummary.Builder next(Collection<String> next)
The next step.
next - The next step.TemplateStepSummary.Builder next(String... next)
The next step.
next - The next step.Copyright © 2023. All rights reserved.