| Package | Description |
|---|---|
| software.amazon.awssdk.services.migrationhuborchestrator |
This API reference provides descriptions, syntax, and other details about each of the actions and data types for AWS
Migration Hub Orchestrator.
|
| software.amazon.awssdk.services.migrationhuborchestrator.model |
| Modifier and Type | Method and Description |
|---|---|
default UpdateWorkflowStepResponse |
MigrationHubOrchestratorClient.updateWorkflowStep(Consumer<UpdateWorkflowStepRequest.Builder> updateWorkflowStepRequest)
Update a step in a migration workflow.
|
default CompletableFuture<UpdateWorkflowStepResponse> |
MigrationHubOrchestratorAsyncClient.updateWorkflowStep(Consumer<UpdateWorkflowStepRequest.Builder> updateWorkflowStepRequest)
Update a step in a migration workflow.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateWorkflowStepRequest.Builder |
UpdateWorkflowStepRequest.builder() |
UpdateWorkflowStepRequest.Builder |
UpdateWorkflowStepRequest.Builder.description(String description)
The description of the step.
|
UpdateWorkflowStepRequest.Builder |
UpdateWorkflowStepRequest.Builder.id(String id)
The ID of the step.
|
UpdateWorkflowStepRequest.Builder |
UpdateWorkflowStepRequest.Builder.name(String name)
The name of the step.
|
UpdateWorkflowStepRequest.Builder |
UpdateWorkflowStepRequest.Builder.next(Collection<String> next)
The next step.
|
UpdateWorkflowStepRequest.Builder |
UpdateWorkflowStepRequest.Builder.next(String... next)
The next step.
|
UpdateWorkflowStepRequest.Builder |
UpdateWorkflowStepRequest.Builder.outputs(Collection<WorkflowStepOutput> outputs)
The outputs of a step.
|
UpdateWorkflowStepRequest.Builder |
UpdateWorkflowStepRequest.Builder.outputs(Consumer<WorkflowStepOutput.Builder>... outputs)
The outputs of a step.
|
UpdateWorkflowStepRequest.Builder |
UpdateWorkflowStepRequest.Builder.outputs(WorkflowStepOutput... outputs)
The outputs of a step.
|
UpdateWorkflowStepRequest.Builder |
UpdateWorkflowStepRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateWorkflowStepRequest.Builder |
UpdateWorkflowStepRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateWorkflowStepRequest.Builder |
UpdateWorkflowStepRequest.Builder.previous(Collection<String> previous)
The previous step.
|
UpdateWorkflowStepRequest.Builder |
UpdateWorkflowStepRequest.Builder.previous(String... previous)
The previous step.
|
UpdateWorkflowStepRequest.Builder |
UpdateWorkflowStepRequest.Builder.status(StepStatus status)
The status of the step.
|
UpdateWorkflowStepRequest.Builder |
UpdateWorkflowStepRequest.Builder.status(String status)
The status of the step.
|
UpdateWorkflowStepRequest.Builder |
UpdateWorkflowStepRequest.Builder.stepActionType(StepActionType stepActionType)
The action type of the step.
|
UpdateWorkflowStepRequest.Builder |
UpdateWorkflowStepRequest.Builder.stepActionType(String stepActionType)
The action type of the step.
|
UpdateWorkflowStepRequest.Builder |
UpdateWorkflowStepRequest.Builder.stepGroupId(String stepGroupId)
The ID of the step group.
|
UpdateWorkflowStepRequest.Builder |
UpdateWorkflowStepRequest.Builder.stepTarget(Collection<String> stepTarget)
The servers on which a step will be run.
|
UpdateWorkflowStepRequest.Builder |
UpdateWorkflowStepRequest.Builder.stepTarget(String... stepTarget)
The servers on which a step will be run.
|
UpdateWorkflowStepRequest.Builder |
UpdateWorkflowStepRequest.toBuilder() |
UpdateWorkflowStepRequest.Builder |
UpdateWorkflowStepRequest.Builder.workflowId(String workflowId)
The ID of the migration workflow.
|
default UpdateWorkflowStepRequest.Builder |
UpdateWorkflowStepRequest.Builder.workflowStepAutomationConfiguration(Consumer<WorkflowStepAutomationConfiguration.Builder> workflowStepAutomationConfiguration)
The custom script to run tests on the source and target environments.
|
UpdateWorkflowStepRequest.Builder |
UpdateWorkflowStepRequest.Builder.workflowStepAutomationConfiguration(WorkflowStepAutomationConfiguration workflowStepAutomationConfiguration)
The custom script to run tests on the source and target environments.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateWorkflowStepRequest.Builder> |
UpdateWorkflowStepRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.