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