public static interface CreateWorkflowResponse.Builder extends MigrationHubOrchestratorResponse.Builder, SdkPojo, CopyableBuilder<CreateWorkflowResponse.Builder,CreateWorkflowResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateWorkflowResponse.Builder |
adsApplicationConfigurationId(String adsApplicationConfigurationId)
The configuration ID of the application configured in Application Discovery Service.
|
CreateWorkflowResponse.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the migration workflow.
|
CreateWorkflowResponse.Builder |
creationTime(Instant creationTime)
The time at which the migration workflow was created.
|
CreateWorkflowResponse.Builder |
description(String description)
The description of the migration workflow.
|
CreateWorkflowResponse.Builder |
id(String id)
The ID of the migration workflow.
|
CreateWorkflowResponse.Builder |
name(String name)
The name of the migration workflow.
|
CreateWorkflowResponse.Builder |
status(MigrationWorkflowStatusEnum status)
The status of the migration workflow.
|
CreateWorkflowResponse.Builder |
status(String status)
The status of the migration workflow.
|
CreateWorkflowResponse.Builder |
stepTargets(Collection<String> stepTargets)
The servers on which a step will be run.
|
CreateWorkflowResponse.Builder |
stepTargets(String... stepTargets)
The servers on which a step will be run.
|
CreateWorkflowResponse.Builder |
tags(Map<String,String> tags)
The tags to add on a migration workflow.
|
CreateWorkflowResponse.Builder |
templateId(String templateId)
The ID of the template.
|
CreateWorkflowResponse.Builder |
workflowInputs(Map<String,StepInput> workflowInputs)
The inputs for creating a migration workflow.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateWorkflowResponse.Builder id(String id)
The ID of the migration workflow.
id - The ID of the migration workflow.CreateWorkflowResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the migration workflow.
arn - The Amazon Resource Name (ARN) of the migration workflow.CreateWorkflowResponse.Builder name(String name)
The name of the migration workflow.
name - The name of the migration workflow.CreateWorkflowResponse.Builder description(String description)
The description of the migration workflow.
description - The description of the migration workflow.CreateWorkflowResponse.Builder templateId(String templateId)
The ID of the template.
templateId - The ID of the template.CreateWorkflowResponse.Builder adsApplicationConfigurationId(String adsApplicationConfigurationId)
The configuration ID of the application configured in Application Discovery Service.
adsApplicationConfigurationId - The configuration ID of the application configured in Application Discovery Service.CreateWorkflowResponse.Builder workflowInputs(Map<String,StepInput> workflowInputs)
The inputs for creating a migration workflow.
workflowInputs - The inputs for creating a migration workflow.CreateWorkflowResponse.Builder stepTargets(Collection<String> stepTargets)
The servers on which a step will be run.
stepTargets - The servers on which a step will be run.CreateWorkflowResponse.Builder stepTargets(String... stepTargets)
The servers on which a step will be run.
stepTargets - The servers on which a step will be run.CreateWorkflowResponse.Builder status(String status)
The status of the migration workflow.
status - The status of the migration workflow.MigrationWorkflowStatusEnum,
MigrationWorkflowStatusEnumCreateWorkflowResponse.Builder status(MigrationWorkflowStatusEnum status)
The status of the migration workflow.
status - The status of the migration workflow.MigrationWorkflowStatusEnum,
MigrationWorkflowStatusEnumCreateWorkflowResponse.Builder creationTime(Instant creationTime)
The time at which the migration workflow was created.
creationTime - The time at which the migration workflow was created.CreateWorkflowResponse.Builder tags(Map<String,String> tags)
The tags to add on a migration workflow.
tags - The tags to add on a migration workflow.Copyright © 2023. All rights reserved.