Interface MigrationWorkflowSummary.Builder

    • Method Detail

      • id

        MigrationWorkflowSummary.Builder id​(String 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

        MigrationWorkflowSummary.Builder name​(String 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.
      • 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

        MigrationWorkflowSummary.Builder endTime​(Instant 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.