Interface CreateWorkflowRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreateWorkflowRequest.Builder,
,CreateWorkflowRequest> MigrationHubOrchestratorRequest.Builder
,SdkBuilder<CreateWorkflowRequest.Builder,
,CreateWorkflowRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CreateWorkflowRequest
@Mutable
@NotThreadSafe
public static interface CreateWorkflowRequest.Builder
extends MigrationHubOrchestratorRequest.Builder, SdkPojo, CopyableBuilder<CreateWorkflowRequest.Builder,CreateWorkflowRequest>
-
Method Summary
Modifier and TypeMethodDescriptionapplicationConfigurationId
(String applicationConfigurationId) The configuration ID of the application configured in Application Discovery Service.description
(String description) The description of the migration workflow.inputParameters
(Map<String, StepInput> inputParameters) The input parameters required to create 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.The tags to add on a migration workflow.templateId
(String templateId) The ID of the template.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
-
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.
-
templateId
The ID of the template.
- Parameters:
templateId
- The ID of the template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
applicationConfigurationId
The configuration ID of the application configured in Application Discovery Service.
- Parameters:
applicationConfigurationId
- The configuration ID of the application configured in Application Discovery Service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inputParameters
The input parameters required to create a migration workflow.
- Parameters:
inputParameters
- The input parameters required to create 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.
-
tags
The tags to add on a migration workflow.
- Parameters:
tags
- The tags to add on a migration workflow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateWorkflowRequest.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
CreateWorkflowRequest.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.
-