CreateWorkflowResponse.Builder |
CreateWorkflowResponse.Builder.adsApplicationConfigurationId(String adsApplicationConfigurationId) |
The configuration ID of the application configured in Application Discovery Service.
|
CreateWorkflowResponse.Builder |
CreateWorkflowResponse.Builder.arn(String arn) |
The Amazon Resource Name (ARN) of the migration workflow.
|
static CreateWorkflowResponse.Builder |
CreateWorkflowResponse.builder() |
|
CreateWorkflowResponse.Builder |
CreateWorkflowResponse.Builder.creationTime(Instant creationTime) |
The time at which the migration workflow was created.
|
CreateWorkflowResponse.Builder |
CreateWorkflowResponse.Builder.description(String description) |
The description of the migration workflow.
|
CreateWorkflowResponse.Builder |
CreateWorkflowResponse.Builder.id(String id) |
The ID of the migration workflow.
|
CreateWorkflowResponse.Builder |
CreateWorkflowResponse.Builder.name(String name) |
The name of the migration workflow.
|
CreateWorkflowResponse.Builder |
CreateWorkflowResponse.Builder.status(String status) |
The status of the migration workflow.
|
CreateWorkflowResponse.Builder |
CreateWorkflowResponse.Builder.status(MigrationWorkflowStatusEnum status) |
The status of the migration workflow.
|
CreateWorkflowResponse.Builder |
CreateWorkflowResponse.Builder.stepTargets(String... stepTargets) |
The servers on which a step will be run.
|
CreateWorkflowResponse.Builder |
CreateWorkflowResponse.Builder.stepTargets(Collection<String> stepTargets) |
The servers on which a step will be run.
|
CreateWorkflowResponse.Builder |
CreateWorkflowResponse.Builder.tags(Map<String,String> tags) |
The tags to add on a migration workflow.
|
CreateWorkflowResponse.Builder |
CreateWorkflowResponse.Builder.templateId(String templateId) |
The ID of the template.
|
CreateWorkflowResponse.Builder |
CreateWorkflowResponse.toBuilder() |
|
CreateWorkflowResponse.Builder |
CreateWorkflowResponse.Builder.workflowInputs(Map<String,StepInput> workflowInputs) |
The inputs for creating a migration workflow.
|