Interface TemplateStepSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TemplateStepSummary.Builder,
,TemplateStepSummary> SdkBuilder<TemplateStepSummary.Builder,
,TemplateStepSummary> SdkPojo
- Enclosing class:
TemplateStepSummary
@Mutable
@NotThreadSafe
public static interface TemplateStepSummary.Builder
extends SdkPojo, CopyableBuilder<TemplateStepSummary.Builder,TemplateStepSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe ID of the step.The name of the step.The next step.next
(Collection<String> next) The next step.The owner of the step.The owner of the step.The previous step.previous
(Collection<String> previous) The previous step.stepActionType
(String stepActionType) The action type of the step.stepActionType
(StepActionType stepActionType) The action type of the step.stepGroupId
(String stepGroupId) The ID of the step group.targetType
(String targetType) The servers on which to run the script.targetType
(TargetType targetType) The servers on which to run the script.templateId
(String templateId) The ID of the template.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, sdkFieldNameToField, sdkFields
-
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
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
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
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
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
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
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
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.
-