Interface UpdateWorkflowResponse.Builder

  • Method Details

    • id

      The ID of the migration workflow.

      Parameters:
      id - The ID of the migration workflow.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • arn

      The Amazon Resource Name (ARN) of the migration workflow.

      Parameters:
      arn - The Amazon Resource Name (ARN) of the migration workflow.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The name of the migration workflow.

      Parameters:
      name - The name of the migration workflow.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      UpdateWorkflowResponse.Builder description(String description)

      The description of the migration workflow.

      Parameters:
      description - The description of the migration workflow.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • templateId

      UpdateWorkflowResponse.Builder templateId(String templateId)

      The ID of the template.

      Parameters:
      templateId - The ID of the template.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • adsApplicationConfigurationId

      UpdateWorkflowResponse.Builder adsApplicationConfigurationId(String adsApplicationConfigurationId)

      The ID of the application configured in Application Discovery Service.

      Parameters:
      adsApplicationConfigurationId - The ID of the application configured in Application Discovery Service.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • workflowInputs

      UpdateWorkflowResponse.Builder workflowInputs(Map<String,StepInput> workflowInputs)

      The inputs required to update a migration workflow.

      Parameters:
      workflowInputs - The inputs required to update a migration workflow.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • stepTargets

      The servers on which a step will be run.

      Parameters:
      stepTargets - The servers on which a step will be run.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • stepTargets

      UpdateWorkflowResponse.Builder stepTargets(String... stepTargets)

      The servers on which a step will be run.

      Parameters:
      stepTargets - The servers on which a step will be run.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The status of the migration workflow.

      Parameters:
      status - The status of the migration workflow.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The status of the migration workflow.

      Parameters:
      status - The status of the migration workflow.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • creationTime

      UpdateWorkflowResponse.Builder creationTime(Instant creationTime)

      The time at which the migration workflow was created.

      Parameters:
      creationTime - The time at which the migration workflow was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastModifiedTime

      UpdateWorkflowResponse.Builder lastModifiedTime(Instant lastModifiedTime)

      The time at which the migration workflow was last modified.

      Parameters:
      lastModifiedTime - The time at which the migration workflow was last modified.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      The tags added to the migration workflow.

      Parameters:
      tags - The tags added to the migration workflow.
      Returns:
      Returns a reference to this object so that method calls can be chained together.