public static interface WorkflowStepSummary.Builder extends SdkPojo, CopyableBuilder<WorkflowStepSummary.Builder,WorkflowStepSummary>
| Modifier and Type | Method and Description |
|---|---|
WorkflowStepSummary.Builder |
description(String description)
The description of the step.
|
WorkflowStepSummary.Builder |
name(String name)
The name of the step.
|
WorkflowStepSummary.Builder |
next(Collection<String> next)
The next step.
|
WorkflowStepSummary.Builder |
next(String... next)
The next step.
|
WorkflowStepSummary.Builder |
noOfSrvCompleted(Integer noOfSrvCompleted)
The number of servers that have been migrated.
|
WorkflowStepSummary.Builder |
noOfSrvFailed(Integer noOfSrvFailed)
The number of servers that have failed to migrate.
|
WorkflowStepSummary.Builder |
owner(Owner owner)
The owner of the step.
|
WorkflowStepSummary.Builder |
owner(String owner)
The owner of the step.
|
WorkflowStepSummary.Builder |
previous(Collection<String> previous)
The previous step.
|
WorkflowStepSummary.Builder |
previous(String... previous)
The previous step.
|
WorkflowStepSummary.Builder |
scriptLocation(String scriptLocation)
The location of the script.
|
WorkflowStepSummary.Builder |
status(StepStatus status)
The status of the step.
|
WorkflowStepSummary.Builder |
status(String status)
The status of the step.
|
WorkflowStepSummary.Builder |
statusMessage(String statusMessage)
The status message of the migration workflow.
|
WorkflowStepSummary.Builder |
stepActionType(StepActionType stepActionType)
The action type of the step.
|
WorkflowStepSummary.Builder |
stepActionType(String stepActionType)
The action type of the step.
|
WorkflowStepSummary.Builder |
stepId(String stepId)
The ID of the step.
|
WorkflowStepSummary.Builder |
totalNoOfSrv(Integer totalNoOfSrv)
The total number of servers that have been migrated.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildWorkflowStepSummary.Builder stepId(String stepId)
The ID of the step.
stepId - The ID of the step.WorkflowStepSummary.Builder name(String name)
The name of the step.
name - The name of the step.WorkflowStepSummary.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,
StepActionTypeWorkflowStepSummary.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,
StepActionTypeWorkflowStepSummary.Builder owner(String owner)
The owner of the step.
WorkflowStepSummary.Builder owner(Owner owner)
The owner of the step.
WorkflowStepSummary.Builder previous(Collection<String> previous)
The previous step.
previous - The previous step.WorkflowStepSummary.Builder previous(String... previous)
The previous step.
previous - The previous step.WorkflowStepSummary.Builder next(Collection<String> next)
The next step.
next - The next step.WorkflowStepSummary.Builder next(String... next)
The next step.
next - The next step.WorkflowStepSummary.Builder status(String status)
The status of the step.
status - The status of the step.StepStatus,
StepStatusWorkflowStepSummary.Builder status(StepStatus status)
The status of the step.
status - The status of the step.StepStatus,
StepStatusWorkflowStepSummary.Builder statusMessage(String statusMessage)
The status message of the migration workflow.
statusMessage - The status message of the migration workflow.WorkflowStepSummary.Builder noOfSrvCompleted(Integer noOfSrvCompleted)
The number of servers that have been migrated.
noOfSrvCompleted - The number of servers that have been migrated.WorkflowStepSummary.Builder noOfSrvFailed(Integer noOfSrvFailed)
The number of servers that have failed to migrate.
noOfSrvFailed - The number of servers that have failed to migrate.WorkflowStepSummary.Builder totalNoOfSrv(Integer totalNoOfSrv)
The total number of servers that have been migrated.
totalNoOfSrv - The total number of servers that have been migrated.WorkflowStepSummary.Builder description(String description)
The description of the step.
description - The description of the step.WorkflowStepSummary.Builder scriptLocation(String scriptLocation)
The location of the script.
scriptLocation - The location of the script.Copyright © 2023. All rights reserved.