Interface UpdateWorkflowRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateWorkflowRequest.Builder,UpdateWorkflowRequest>,MigrationHubOrchestratorRequest.Builder,SdkBuilder<UpdateWorkflowRequest.Builder,UpdateWorkflowRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateWorkflowRequest
public static interface UpdateWorkflowRequest.Builder extends MigrationHubOrchestratorRequest.Builder, SdkPojo, CopyableBuilder<UpdateWorkflowRequest.Builder,UpdateWorkflowRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateWorkflowRequest.Builderdescription(String description)The description of the migration workflow.UpdateWorkflowRequest.Builderid(String id)The ID of the migration workflow.UpdateWorkflowRequest.BuilderinputParameters(Map<String,StepInput> inputParameters)The input parameters required to update a migration workflow.UpdateWorkflowRequest.Buildername(String name)The name of the migration workflow.UpdateWorkflowRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateWorkflowRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateWorkflowRequest.BuilderstepTargets(String... stepTargets)The servers on which a step will be run.UpdateWorkflowRequest.BuilderstepTargets(Collection<String> stepTargets)The servers on which a step will be run.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.migrationhuborchestrator.model.MigrationHubOrchestratorRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
id
UpdateWorkflowRequest.Builder id(String id)
The ID of the migration workflow.
- Parameters:
id- The ID of the migration workflow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
UpdateWorkflowRequest.Builder name(String name)
The name of the migration workflow.
- Parameters:
name- The name of the migration workflow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
UpdateWorkflowRequest.Builder description(String description)
The description of the migration workflow.
- Parameters:
description- The description of the migration workflow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inputParameters
UpdateWorkflowRequest.Builder inputParameters(Map<String,StepInput> inputParameters)
The input parameters required to update a migration workflow.
- Parameters:
inputParameters- The input parameters required to update a migration workflow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stepTargets
UpdateWorkflowRequest.Builder stepTargets(Collection<String> stepTargets)
The servers on which a step will be run.
- Parameters:
stepTargets- The servers on which a step will be run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stepTargets
UpdateWorkflowRequest.Builder stepTargets(String... stepTargets)
The servers on which a step will be run.
- Parameters:
stepTargets- The servers on which a step will be run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateWorkflowRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateWorkflowRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-