public static interface GetWorkflowStepResponse.Builder extends MigrationHubOrchestratorResponse.Builder, SdkPojo, CopyableBuilder<GetWorkflowStepResponse.Builder,GetWorkflowStepResponse>
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetWorkflowStepResponse.Builder name(String name)
The name of the step.
name - The name of the step.GetWorkflowStepResponse.Builder stepGroupId(String stepGroupId)
The ID of the step group.
stepGroupId - The ID of the step group.GetWorkflowStepResponse.Builder workflowId(String workflowId)
The ID of the migration workflow.
workflowId - The ID of the migration workflow.GetWorkflowStepResponse.Builder stepId(String stepId)
The ID of the step.
stepId - The ID of the step.GetWorkflowStepResponse.Builder description(String description)
The description of the step.
description - The description of the step.GetWorkflowStepResponse.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,
StepActionTypeGetWorkflowStepResponse.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,
StepActionTypeGetWorkflowStepResponse.Builder owner(String owner)
The owner of the step.
GetWorkflowStepResponse.Builder owner(Owner owner)
The owner of the step.
GetWorkflowStepResponse.Builder workflowStepAutomationConfiguration(WorkflowStepAutomationConfiguration workflowStepAutomationConfiguration)
The custom script to run tests on source or target environments.
workflowStepAutomationConfiguration - The custom script to run tests on source or target environments.default GetWorkflowStepResponse.Builder workflowStepAutomationConfiguration(Consumer<WorkflowStepAutomationConfiguration.Builder> workflowStepAutomationConfiguration)
The custom script to run tests on source or target environments.
This is a convenience method that creates an instance of theWorkflowStepAutomationConfiguration.Builder avoiding the need to create one manually via
WorkflowStepAutomationConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
workflowStepAutomationConfiguration(WorkflowStepAutomationConfiguration).
workflowStepAutomationConfiguration - a consumer that will call methods on WorkflowStepAutomationConfiguration.BuilderworkflowStepAutomationConfiguration(WorkflowStepAutomationConfiguration)GetWorkflowStepResponse.Builder stepTarget(Collection<String> stepTarget)
The servers on which a step will be run.
stepTarget - The servers on which a step will be run.GetWorkflowStepResponse.Builder stepTarget(String... stepTarget)
The servers on which a step will be run.
stepTarget - The servers on which a step will be run.GetWorkflowStepResponse.Builder outputs(Collection<WorkflowStepOutput> outputs)
The outputs of the step.
outputs - The outputs of the step.GetWorkflowStepResponse.Builder outputs(WorkflowStepOutput... outputs)
The outputs of the step.
outputs - The outputs of the step.GetWorkflowStepResponse.Builder outputs(Consumer<WorkflowStepOutput.Builder>... outputs)
The outputs of the step.
This is a convenience method that creates an instance of theWorkflowStepOutput.Builder avoiding
the need to create one manually via
WorkflowStepOutput.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #outputs(List.
outputs - a consumer that will call methods on
WorkflowStepOutput.Builder#outputs(java.util.Collection) GetWorkflowStepResponse.Builder previous(Collection<String> previous)
The previous step.
previous - The previous step.GetWorkflowStepResponse.Builder previous(String... previous)
The previous step.
previous - The previous step.GetWorkflowStepResponse.Builder next(Collection<String> next)
The next step.
next - The next step.GetWorkflowStepResponse.Builder next(String... next)
The next step.
next - The next step.GetWorkflowStepResponse.Builder status(String status)
The status of the step.
status - The status of the step.StepStatus,
StepStatusGetWorkflowStepResponse.Builder status(StepStatus status)
The status of the step.
status - The status of the step.StepStatus,
StepStatusGetWorkflowStepResponse.Builder statusMessage(String statusMessage)
The status message of the migration workflow.
statusMessage - The status message of the migration workflow.GetWorkflowStepResponse.Builder scriptOutputLocation(String scriptOutputLocation)
The output location of the script.
scriptOutputLocation - The output location of the script.GetWorkflowStepResponse.Builder creationTime(Instant creationTime)
The time at which the step was created.
creationTime - The time at which the step was created.GetWorkflowStepResponse.Builder lastStartTime(Instant lastStartTime)
The time at which the workflow was last started.
lastStartTime - The time at which the workflow was last started.GetWorkflowStepResponse.Builder endTime(Instant endTime)
The time at which the step ended.
endTime - The time at which the step ended.GetWorkflowStepResponse.Builder noOfSrvCompleted(Integer noOfSrvCompleted)
The number of servers that have been migrated.
noOfSrvCompleted - The number of servers that have been migrated.GetWorkflowStepResponse.Builder noOfSrvFailed(Integer noOfSrvFailed)
The number of servers that have failed to migrate.
noOfSrvFailed - The number of servers that have failed to migrate.GetWorkflowStepResponse.Builder totalNoOfSrv(Integer totalNoOfSrv)
The total number of servers that have been migrated.
totalNoOfSrv - The total number of servers that have been migrated.Copyright © 2023. All rights reserved.