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