Uses of Interface
software.amazon.awssdk.services.migrationhuborchestrator.model.CreateWorkflowRequest.Builder
-
Packages that use CreateWorkflowRequest.Builder Package Description software.amazon.awssdk.services.migrationhuborchestrator This API reference provides descriptions, syntax, and other details about each of the actions and data types for AWS Migration Hub Orchestrator.software.amazon.awssdk.services.migrationhuborchestrator.model -
-
Uses of CreateWorkflowRequest.Builder in software.amazon.awssdk.services.migrationhuborchestrator
Method parameters in software.amazon.awssdk.services.migrationhuborchestrator with type arguments of type CreateWorkflowRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateWorkflowResponse>MigrationHubOrchestratorAsyncClient. createWorkflow(Consumer<CreateWorkflowRequest.Builder> createWorkflowRequest)Create a workflow to orchestrate your migrations.default CreateWorkflowResponseMigrationHubOrchestratorClient. createWorkflow(Consumer<CreateWorkflowRequest.Builder> createWorkflowRequest)Create a workflow to orchestrate your migrations. -
Uses of CreateWorkflowRequest.Builder in software.amazon.awssdk.services.migrationhuborchestrator.model
Methods in software.amazon.awssdk.services.migrationhuborchestrator.model that return CreateWorkflowRequest.Builder Modifier and Type Method Description CreateWorkflowRequest.BuilderCreateWorkflowRequest.Builder. applicationConfigurationId(String applicationConfigurationId)The configuration ID of the application configured in Application Discovery Service.static CreateWorkflowRequest.BuilderCreateWorkflowRequest. builder()CreateWorkflowRequest.BuilderCreateWorkflowRequest.Builder. description(String description)The description of the migration workflow.CreateWorkflowRequest.BuilderCreateWorkflowRequest.Builder. inputParameters(Map<String,StepInput> inputParameters)The input parameters required to create a migration workflow.CreateWorkflowRequest.BuilderCreateWorkflowRequest.Builder. name(String name)The name of the migration workflow.CreateWorkflowRequest.BuilderCreateWorkflowRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateWorkflowRequest.BuilderCreateWorkflowRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateWorkflowRequest.BuilderCreateWorkflowRequest.Builder. stepTargets(String... stepTargets)The servers on which a step will be run.CreateWorkflowRequest.BuilderCreateWorkflowRequest.Builder. stepTargets(Collection<String> stepTargets)The servers on which a step will be run.CreateWorkflowRequest.BuilderCreateWorkflowRequest.Builder. tags(Map<String,String> tags)The tags to add on a migration workflow.CreateWorkflowRequest.BuilderCreateWorkflowRequest.Builder. templateId(String templateId)The ID of the template.CreateWorkflowRequest.BuilderCreateWorkflowRequest. toBuilder()Methods in software.amazon.awssdk.services.migrationhuborchestrator.model that return types with arguments of type CreateWorkflowRequest.Builder Modifier and Type Method Description static Class<? extends CreateWorkflowRequest.Builder>CreateWorkflowRequest. serializableBuilderClass()
-