| Package | Description |
|---|---|
| software.amazon.awssdk.services.migrationhuborchestrator.model |
| Modifier and Type | Method and Description |
|---|---|
static GetWorkflowStepResponse.Builder |
GetWorkflowStepResponse.builder() |
GetWorkflowStepResponse.Builder |
GetWorkflowStepResponse.Builder.creationTime(Instant creationTime)
The time at which the step was created.
|
GetWorkflowStepResponse.Builder |
GetWorkflowStepResponse.Builder.description(String description)
The description of the step.
|
GetWorkflowStepResponse.Builder |
GetWorkflowStepResponse.Builder.endTime(Instant endTime)
The time at which the step ended.
|
GetWorkflowStepResponse.Builder |
GetWorkflowStepResponse.Builder.lastStartTime(Instant lastStartTime)
The time at which the workflow was last started.
|
GetWorkflowStepResponse.Builder |
GetWorkflowStepResponse.Builder.name(String name)
The name of the step.
|
GetWorkflowStepResponse.Builder |
GetWorkflowStepResponse.Builder.next(Collection<String> next)
The next step.
|
GetWorkflowStepResponse.Builder |
GetWorkflowStepResponse.Builder.next(String... next)
The next step.
|
GetWorkflowStepResponse.Builder |
GetWorkflowStepResponse.Builder.noOfSrvCompleted(Integer noOfSrvCompleted)
The number of servers that have been migrated.
|
GetWorkflowStepResponse.Builder |
GetWorkflowStepResponse.Builder.noOfSrvFailed(Integer noOfSrvFailed)
The number of servers that have failed to migrate.
|
GetWorkflowStepResponse.Builder |
GetWorkflowStepResponse.Builder.outputs(Collection<WorkflowStepOutput> outputs)
The outputs of the step.
|
GetWorkflowStepResponse.Builder |
GetWorkflowStepResponse.Builder.outputs(Consumer<WorkflowStepOutput.Builder>... outputs)
The outputs of the step.
|
GetWorkflowStepResponse.Builder |
GetWorkflowStepResponse.Builder.outputs(WorkflowStepOutput... outputs)
The outputs of the step.
|
GetWorkflowStepResponse.Builder |
GetWorkflowStepResponse.Builder.owner(Owner owner)
The owner of the step.
|
GetWorkflowStepResponse.Builder |
GetWorkflowStepResponse.Builder.owner(String owner)
The owner of the step.
|
GetWorkflowStepResponse.Builder |
GetWorkflowStepResponse.Builder.previous(Collection<String> previous)
The previous step.
|
GetWorkflowStepResponse.Builder |
GetWorkflowStepResponse.Builder.previous(String... previous)
The previous step.
|
GetWorkflowStepResponse.Builder |
GetWorkflowStepResponse.Builder.scriptOutputLocation(String scriptOutputLocation)
The output location of the script.
|
GetWorkflowStepResponse.Builder |
GetWorkflowStepResponse.Builder.status(StepStatus status)
The status of the step.
|
GetWorkflowStepResponse.Builder |
GetWorkflowStepResponse.Builder.status(String status)
The status of the step.
|
GetWorkflowStepResponse.Builder |
GetWorkflowStepResponse.Builder.statusMessage(String statusMessage)
The status message of the migration workflow.
|
GetWorkflowStepResponse.Builder |
GetWorkflowStepResponse.Builder.stepActionType(StepActionType stepActionType)
The action type of the step.
|
GetWorkflowStepResponse.Builder |
GetWorkflowStepResponse.Builder.stepActionType(String stepActionType)
The action type of the step.
|
GetWorkflowStepResponse.Builder |
GetWorkflowStepResponse.Builder.stepGroupId(String stepGroupId)
The ID of the step group.
|
GetWorkflowStepResponse.Builder |
GetWorkflowStepResponse.Builder.stepId(String stepId)
The ID of the step.
|
GetWorkflowStepResponse.Builder |
GetWorkflowStepResponse.Builder.stepTarget(Collection<String> stepTarget)
The servers on which a step will be run.
|
GetWorkflowStepResponse.Builder |
GetWorkflowStepResponse.Builder.stepTarget(String... stepTarget)
The servers on which a step will be run.
|
GetWorkflowStepResponse.Builder |
GetWorkflowStepResponse.toBuilder() |
GetWorkflowStepResponse.Builder |
GetWorkflowStepResponse.Builder.totalNoOfSrv(Integer totalNoOfSrv)
The total number of servers that have been migrated.
|
GetWorkflowStepResponse.Builder |
GetWorkflowStepResponse.Builder.workflowId(String workflowId)
The ID of the migration workflow.
|
default GetWorkflowStepResponse.Builder |
GetWorkflowStepResponse.Builder.workflowStepAutomationConfiguration(Consumer<WorkflowStepAutomationConfiguration.Builder> workflowStepAutomationConfiguration)
The custom script to run tests on source or target environments.
|
GetWorkflowStepResponse.Builder |
GetWorkflowStepResponse.Builder.workflowStepAutomationConfiguration(WorkflowStepAutomationConfiguration workflowStepAutomationConfiguration)
The custom script to run tests on source or target environments.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetWorkflowStepResponse.Builder> |
GetWorkflowStepResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.