public static interface CreateWorkflowRequest.Builder extends MigrationHubOrchestratorRequest.Builder, SdkPojo, CopyableBuilder<CreateWorkflowRequest.Builder,CreateWorkflowRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateWorkflowRequest.Builder |
applicationConfigurationId(String applicationConfigurationId)
The configuration ID of the application configured in Application Discovery Service.
|
CreateWorkflowRequest.Builder |
description(String description)
The description of the migration workflow.
|
CreateWorkflowRequest.Builder |
inputParameters(Map<String,StepInput> inputParameters)
The input parameters required to create a migration workflow.
|
CreateWorkflowRequest.Builder |
name(String name)
The name of the migration workflow.
|
CreateWorkflowRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateWorkflowRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateWorkflowRequest.Builder |
stepTargets(Collection<String> stepTargets)
The servers on which a step will be run.
|
CreateWorkflowRequest.Builder |
stepTargets(String... stepTargets)
The servers on which a step will be run.
|
CreateWorkflowRequest.Builder |
tags(Map<String,String> tags)
The tags to add on a migration workflow.
|
CreateWorkflowRequest.Builder |
templateId(String templateId)
The ID of the template.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateWorkflowRequest.Builder name(String name)
The name of the migration workflow.
name - The name of the migration workflow.CreateWorkflowRequest.Builder description(String description)
The description of the migration workflow.
description - The description of the migration workflow.CreateWorkflowRequest.Builder templateId(String templateId)
The ID of the template.
templateId - The ID of the template.CreateWorkflowRequest.Builder applicationConfigurationId(String applicationConfigurationId)
The configuration ID of the application configured in Application Discovery Service.
applicationConfigurationId - The configuration ID of the application configured in Application Discovery Service.CreateWorkflowRequest.Builder inputParameters(Map<String,StepInput> inputParameters)
The input parameters required to create a migration workflow.
inputParameters - The input parameters required to create a migration workflow.CreateWorkflowRequest.Builder stepTargets(Collection<String> stepTargets)
The servers on which a step will be run.
stepTargets - The servers on which a step will be run.CreateWorkflowRequest.Builder stepTargets(String... stepTargets)
The servers on which a step will be run.
stepTargets - The servers on which a step will be run.CreateWorkflowRequest.Builder tags(Map<String,String> tags)
The tags to add on a migration workflow.
tags - The tags to add on a migration workflow.CreateWorkflowRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateWorkflowRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.