Interface UpdateWorkflowRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdateWorkflowRequest.Builder,
,UpdateWorkflowRequest> MigrationHubOrchestratorRequest.Builder
,SdkBuilder<UpdateWorkflowRequest.Builder,
,UpdateWorkflowRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
UpdateWorkflowRequest
@Mutable
@NotThreadSafe
public static interface UpdateWorkflowRequest.Builder
extends MigrationHubOrchestratorRequest.Builder, SdkPojo, CopyableBuilder<UpdateWorkflowRequest.Builder,UpdateWorkflowRequest>
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) The description of the migration workflow.The ID of the migration workflow.inputParameters
(Map<String, StepInput> inputParameters) The input parameters required to update a migration workflow.The name of the migration workflow.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.stepTargets
(String... stepTargets) The servers on which a step will be run.stepTargets
(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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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
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
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
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
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) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateWorkflowRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-