Interface WorkflowStepSummary.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<WorkflowStepSummary.Builder,,- WorkflowStepSummary> - SdkBuilder<WorkflowStepSummary.Builder,,- WorkflowStepSummary> - SdkPojo
- Enclosing class:
- WorkflowStepSummary
- 
Method SummaryModifier and TypeMethodDescriptiondescription(String description) The description of the step.The name of the step.The next step.next(Collection<String> next) The next step.noOfSrvCompleted(Integer noOfSrvCompleted) The number of servers that have been migrated.noOfSrvFailed(Integer noOfSrvFailed) The number of servers that have failed to migrate.The owner of the step.The owner of the step.The previous step.previous(Collection<String> previous) The previous step.scriptLocation(String scriptLocation) The location of the script.The status of the step.status(StepStatus status) The status of the step.statusMessage(String statusMessage) The status message of the migration workflow.stepActionType(String stepActionType) The action type of the step.stepActionType(StepActionType stepActionType) The action type of the step.The ID of the step.totalNoOfSrv(Integer totalNoOfSrv) The total number of servers that have been migrated.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
stepIdThe ID of the step. - Parameters:
- stepId- The ID of the step.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
nameThe 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.
 
- 
stepActionTypeThe 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:
 
- 
stepActionTypeThe 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:
 
- 
ownerThe 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:
 
- 
ownerThe 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:
 
- 
previousThe previous step. - Parameters:
- previous- The previous step.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
previousThe previous step. - Parameters:
- previous- The previous step.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
nextThe next step. - Parameters:
- next- The next step.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
nextThe next step. - Parameters:
- next- The next step.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
statusThe status of the step. - Parameters:
- status- The status of the step.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
statusThe status of the step. - Parameters:
- status- The status of the step.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
statusMessageThe status message of the migration workflow. - Parameters:
- statusMessage- The status message of the migration workflow.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
noOfSrvCompletedThe number of servers that have been migrated. - Parameters:
- noOfSrvCompleted- The number of servers that have been migrated.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
noOfSrvFailedThe number of servers that have failed to migrate. - Parameters:
- noOfSrvFailed- The number of servers that have failed to migrate.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
totalNoOfSrvThe total number of servers that have been migrated. - Parameters:
- totalNoOfSrv- The total number of servers that have been migrated.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
descriptionThe description of the step. - Parameters:
- description- The description of the step.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
scriptLocationThe location of the script. - Parameters:
- scriptLocation- The location of the script.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-