Interface TemplateStepSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TemplateStepSummary.Builder,TemplateStepSummary>,SdkBuilder<TemplateStepSummary.Builder,TemplateStepSummary>,SdkPojo
- Enclosing class:
- TemplateStepSummary
public static interface TemplateStepSummary.Builder extends SdkPojo, CopyableBuilder<TemplateStepSummary.Builder,TemplateStepSummary>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
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.
-
owner
TemplateStepSummary.Builder owner(Owner owner)
The owner of the step.
-
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(Collection<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.
-
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.
-
-