| 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 CreateWorkflowStepResponse |
MigrationHubOrchestratorClient.createWorkflowStep(Consumer<CreateWorkflowStepRequest.Builder> createWorkflowStepRequest)
Create a step in the migration workflow.
|
default CompletableFuture<CreateWorkflowStepResponse> |
MigrationHubOrchestratorAsyncClient.createWorkflowStep(Consumer<CreateWorkflowStepRequest.Builder> createWorkflowStepRequest)
Create a step in the migration workflow.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateWorkflowStepRequest.Builder |
CreateWorkflowStepRequest.builder() |
CreateWorkflowStepRequest.Builder |
CreateWorkflowStepRequest.Builder.description(String description)
The description of the step.
|
CreateWorkflowStepRequest.Builder |
CreateWorkflowStepRequest.Builder.name(String name)
The name of the step.
|
CreateWorkflowStepRequest.Builder |
CreateWorkflowStepRequest.Builder.next(Collection<String> next)
The next step.
|
CreateWorkflowStepRequest.Builder |
CreateWorkflowStepRequest.Builder.next(String... next)
The next step.
|
CreateWorkflowStepRequest.Builder |
CreateWorkflowStepRequest.Builder.outputs(Collection<WorkflowStepOutput> outputs)
The key value pairs added for the expected output.
|
CreateWorkflowStepRequest.Builder |
CreateWorkflowStepRequest.Builder.outputs(Consumer<WorkflowStepOutput.Builder>... outputs)
The key value pairs added for the expected output.
|
CreateWorkflowStepRequest.Builder |
CreateWorkflowStepRequest.Builder.outputs(WorkflowStepOutput... outputs)
The key value pairs added for the expected output.
|
CreateWorkflowStepRequest.Builder |
CreateWorkflowStepRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateWorkflowStepRequest.Builder |
CreateWorkflowStepRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateWorkflowStepRequest.Builder |
CreateWorkflowStepRequest.Builder.previous(Collection<String> previous)
The previous step.
|
CreateWorkflowStepRequest.Builder |
CreateWorkflowStepRequest.Builder.previous(String... previous)
The previous step.
|
CreateWorkflowStepRequest.Builder |
CreateWorkflowStepRequest.Builder.stepActionType(StepActionType stepActionType)
The action type of the step.
|
CreateWorkflowStepRequest.Builder |
CreateWorkflowStepRequest.Builder.stepActionType(String stepActionType)
The action type of the step.
|
CreateWorkflowStepRequest.Builder |
CreateWorkflowStepRequest.Builder.stepGroupId(String stepGroupId)
The ID of the step group.
|
CreateWorkflowStepRequest.Builder |
CreateWorkflowStepRequest.Builder.stepTarget(Collection<String> stepTarget)
The servers on which a step will be run.
|
CreateWorkflowStepRequest.Builder |
CreateWorkflowStepRequest.Builder.stepTarget(String... stepTarget)
The servers on which a step will be run.
|
CreateWorkflowStepRequest.Builder |
CreateWorkflowStepRequest.toBuilder() |
CreateWorkflowStepRequest.Builder |
CreateWorkflowStepRequest.Builder.workflowId(String workflowId)
The ID of the migration workflow.
|
default CreateWorkflowStepRequest.Builder |
CreateWorkflowStepRequest.Builder.workflowStepAutomationConfiguration(Consumer<WorkflowStepAutomationConfiguration.Builder> workflowStepAutomationConfiguration)
The custom script to run tests on source or target environments.
|
CreateWorkflowStepRequest.Builder |
CreateWorkflowStepRequest.Builder.workflowStepAutomationConfiguration(WorkflowStepAutomationConfiguration workflowStepAutomationConfiguration)
The custom script to run tests on source or target environments.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateWorkflowStepRequest.Builder> |
CreateWorkflowStepRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.