| 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 CreateWorkflowResponse |
MigrationHubOrchestratorClient.createWorkflow(Consumer<CreateWorkflowRequest.Builder> createWorkflowRequest)
Create a workflow to orchestrate your migrations.
|
default CompletableFuture<CreateWorkflowResponse> |
MigrationHubOrchestratorAsyncClient.createWorkflow(Consumer<CreateWorkflowRequest.Builder> createWorkflowRequest)
Create a workflow to orchestrate your migrations.
|
| Modifier and Type | Method and Description |
|---|---|
CreateWorkflowRequest.Builder |
CreateWorkflowRequest.Builder.applicationConfigurationId(String applicationConfigurationId)
The configuration ID of the application configured in Application Discovery Service.
|
static CreateWorkflowRequest.Builder |
CreateWorkflowRequest.builder() |
CreateWorkflowRequest.Builder |
CreateWorkflowRequest.Builder.description(String description)
The description of the migration workflow.
|
CreateWorkflowRequest.Builder |
CreateWorkflowRequest.Builder.inputParameters(Map<String,StepInput> inputParameters)
The input parameters required to create a migration workflow.
|
CreateWorkflowRequest.Builder |
CreateWorkflowRequest.Builder.name(String name)
The name of the migration workflow.
|
CreateWorkflowRequest.Builder |
CreateWorkflowRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateWorkflowRequest.Builder |
CreateWorkflowRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateWorkflowRequest.Builder |
CreateWorkflowRequest.Builder.stepTargets(Collection<String> stepTargets)
The servers on which a step will be run.
|
CreateWorkflowRequest.Builder |
CreateWorkflowRequest.Builder.stepTargets(String... stepTargets)
The servers on which a step will be run.
|
CreateWorkflowRequest.Builder |
CreateWorkflowRequest.Builder.tags(Map<String,String> tags)
The tags to add on a migration workflow.
|
CreateWorkflowRequest.Builder |
CreateWorkflowRequest.Builder.templateId(String templateId)
The ID of the template.
|
CreateWorkflowRequest.Builder |
CreateWorkflowRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateWorkflowRequest.Builder> |
CreateWorkflowRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.