Interface MigrationWorkflowSummary.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.
    • 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.
    • templateId

      MigrationWorkflowSummary.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.
    • adsApplicationConfigurationName

      MigrationWorkflowSummary.Builder adsApplicationConfigurationName(String adsApplicationConfigurationName)

      The name of the application configured in Application Discovery Service.

      Parameters:
      adsApplicationConfigurationName - The name of the application configured in Application Discovery Service.
      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

      MigrationWorkflowSummary.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.
    • endTime

      The time at which the migration workflow ended.

      Parameters:
      endTime - The time at which the migration workflow ended.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • statusMessage

      MigrationWorkflowSummary.Builder statusMessage(String statusMessage)

      The status message of the migration workflow.

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

      MigrationWorkflowSummary.Builder completedSteps(Integer completedSteps)

      The steps completed in the migration workflow.

      Parameters:
      completedSteps - The steps completed in the migration workflow.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • totalSteps

      MigrationWorkflowSummary.Builder totalSteps(Integer totalSteps)

      All the steps in a migration workflow.

      Parameters:
      totalSteps - All the steps in a migration workflow.
      Returns:
      Returns a reference to this object so that method calls can be chained together.