public static interface UpdateWorkflowRequest.Builder extends MigrationHubOrchestratorRequest.Builder, SdkPojo, CopyableBuilder<UpdateWorkflowRequest.Builder,UpdateWorkflowRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateWorkflowRequest.Builder |
description(String description)
The description of the migration workflow.
|
UpdateWorkflowRequest.Builder |
id(String id)
The ID of the migration workflow.
|
UpdateWorkflowRequest.Builder |
inputParameters(Map<String,StepInput> inputParameters)
The input parameters required to update a migration workflow.
|
UpdateWorkflowRequest.Builder |
name(String name)
The name of the migration workflow.
|
UpdateWorkflowRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateWorkflowRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateWorkflowRequest.Builder |
stepTargets(Collection<String> stepTargets)
The servers on which a step will be run.
|
UpdateWorkflowRequest.Builder |
stepTargets(String... stepTargets)
The servers on which a step will be run.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateWorkflowRequest.Builder id(String id)
The ID of the migration workflow.
id - The ID of the migration workflow.UpdateWorkflowRequest.Builder name(String name)
The name of the migration workflow.
name - The name of the migration workflow.UpdateWorkflowRequest.Builder description(String description)
The description of the migration workflow.
description - The description of the migration workflow.UpdateWorkflowRequest.Builder inputParameters(Map<String,StepInput> inputParameters)
The input parameters required to update a migration workflow.
inputParameters - The input parameters required to update a migration workflow.UpdateWorkflowRequest.Builder stepTargets(Collection<String> stepTargets)
The servers on which a step will be run.
stepTargets - The servers on which a step will be run.UpdateWorkflowRequest.Builder stepTargets(String... stepTargets)
The servers on which a step will be run.
stepTargets - The servers on which a step will be run.UpdateWorkflowRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateWorkflowRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.