Interface CreateWorkflowRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateWorkflowRequest.Builder,CreateWorkflowRequest>,MigrationHubOrchestratorRequest.Builder,SdkBuilder<CreateWorkflowRequest.Builder,CreateWorkflowRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateWorkflowRequest
public static interface CreateWorkflowRequest.Builder extends MigrationHubOrchestratorRequest.Builder, SdkPojo, CopyableBuilder<CreateWorkflowRequest.Builder,CreateWorkflowRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateWorkflowRequest.BuilderapplicationConfigurationId(String applicationConfigurationId)The configuration ID of the application configured in Application Discovery Service.CreateWorkflowRequest.Builderdescription(String description)The description of the migration workflow.CreateWorkflowRequest.BuilderinputParameters(Map<String,StepInput> inputParameters)The input parameters required to create a migration workflow.CreateWorkflowRequest.Buildername(String name)The name of the migration workflow.CreateWorkflowRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateWorkflowRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateWorkflowRequest.BuilderstepTargets(String... stepTargets)The servers on which a step will be run.CreateWorkflowRequest.BuilderstepTargets(Collection<String> stepTargets)The servers on which a step will be run.CreateWorkflowRequest.Buildertags(Map<String,String> tags)The tags to add on a migration workflow.CreateWorkflowRequest.BuildertemplateId(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, sdkFields
-
-
-
-
Method Detail
-
name
CreateWorkflowRequest.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
CreateWorkflowRequest.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.
-
templateId
CreateWorkflowRequest.Builder templateId(String 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
CreateWorkflowRequest.Builder applicationConfigurationId(String 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
CreateWorkflowRequest.Builder inputParameters(Map<String,StepInput> 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
CreateWorkflowRequest.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
CreateWorkflowRequest.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.
-
tags
CreateWorkflowRequest.Builder tags(Map<String,String> 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateWorkflowRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-