Interface MigrateWorkspaceResponse.Builder

  • Method Details

    • sourceWorkspaceId

      MigrateWorkspaceResponse.Builder sourceWorkspaceId(String sourceWorkspaceId)

      The original identifier of the WorkSpace that is being migrated.

      Parameters:
      sourceWorkspaceId - The original identifier of the WorkSpace that is being migrated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • targetWorkspaceId

      MigrateWorkspaceResponse.Builder targetWorkspaceId(String targetWorkspaceId)

      The new identifier of the WorkSpace that is being migrated. If the migration does not succeed, the target WorkSpace ID will not be used, and the WorkSpace will still have the original WorkSpace ID.

      Parameters:
      targetWorkspaceId - The new identifier of the WorkSpace that is being migrated. If the migration does not succeed, the target WorkSpace ID will not be used, and the WorkSpace will still have the original WorkSpace ID.
      Returns:
      Returns a reference to this object so that method calls can be chained together.